@@ -83,14 +83,19 @@ PRINT(GREEN, @"Supports SSE4.2: %d", [OFSystemInfo supportsSSE42]); PRINT(GREEN, @"Supports AVX: %d", [OFSystemInfo supportsAVX]); PRINT(GREEN, @"Supports AVX2: %d", [OFSystemInfo supportsAVX2]); + + PRINT(GREEN, @"Supports AES-NI: %d", [OFSystemInfo supportsAESNI]); + + PRINT(GREEN, @"Supports SHA extensions: %d", + [OFSystemInfo supportsSHAExtensions]); #endif #ifdef OF_POWERPC PRINT(GREEN, @"Supports AltiVec: %d", [OFSystemInfo supportsAltiVec]); #endif [pool drain]; } @end