summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-02-10 13:11:23 -0500
committerJeffrey Walton <noloader@gmail.com>2020-02-10 13:11:23 -0500
commit372519db86be84a16b19123f8d967c315c339419 (patch)
tree50181cc70dda1412b11fa3da6d1bc08edd448e4b /cpu.h
parentf1a0fb4f15eb0649b2a69d88053eb3982a77ce5d (diff)
downloadcryptopp-git-372519db86be84a16b19123f8d967c315c339419.tar.gz
Whitespace check-in
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu.h b/cpu.h
index aacd27b0..0385f9c9 100644
--- a/cpu.h
+++ b/cpu.h
@@ -85,11 +85,11 @@ extern CRYPTOPP_DLL bool g_hasSSE2;
extern CRYPTOPP_DLL bool g_hasSSSE3;
extern CRYPTOPP_DLL bool g_hasSSE41;
extern CRYPTOPP_DLL bool g_hasSSE42;
-extern CRYPTOPP_DLL bool g_hasAVX;
-extern CRYPTOPP_DLL bool g_hasAVX2;
extern CRYPTOPP_DLL bool g_hasMOVBE;
extern CRYPTOPP_DLL bool g_hasAESNI;
extern CRYPTOPP_DLL bool g_hasCLMUL;
+extern CRYPTOPP_DLL bool g_hasAVX;
+extern CRYPTOPP_DLL bool g_hasAVX2;
extern CRYPTOPP_DLL bool g_hasSHA;
extern CRYPTOPP_DLL bool g_hasADX;
extern CRYPTOPP_DLL bool g_isP4;