From 83f195aa17878ca7d4c8c03b2b871df7bfbe5fb0 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 7 Jul 2010 22:46:18 +0000 Subject: add AESNI and CLMUL detection git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@503 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- validat1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validat1.cpp') diff --git a/validat1.cpp b/validat1.cpp index 680314c..dafeb52 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -251,7 +251,7 @@ bool TestSettings() else cout << "passed: "; - cout << "hasMMX == " << hasMMX << ", hasISSE == " << hasISSE << ", hasSSE2 == " << hasSSE2 << ", hasSSSE3 == " << hasSSSE3 << ", isP4 == " << isP4 << ", cacheLineSize == " << cacheLineSize; + cout << "hasMMX == " << hasMMX << ", hasISSE == " << hasISSE << ", hasSSE2 == " << hasSSE2 << ", hasSSSE3 == " << hasSSSE3 << ", hasAESNI == " << HasAESNI() << ", hasCLMUL == " << HasCLMUL() << ", isP4 == " << isP4 << ", cacheLineSize == " << cacheLineSize; if (!pass) { -- cgit v1.2.1