summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-02-10 13:10:40 -0500
committerJeffrey Walton <noloader@gmail.com>2020-02-10 13:10:40 -0500
commitf1a0fb4f15eb0649b2a69d88053eb3982a77ce5d (patch)
treecad70c874b870e03fad08d30c7299b007b3a7327 /cpu.h
parent06ff7f4d98f0e0e10e032db7ec7b2d8f4d761a9b (diff)
downloadcryptopp-git-f1a0fb4f15eb0649b2a69d88053eb3982a77ce5d.tar.gz
Add external reference to g_hasMOVBE
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu.h b/cpu.h
index 31da1ada..aacd27b0 100644
--- a/cpu.h
+++ b/cpu.h
@@ -87,6 +87,7 @@ 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_hasSHA;