Add external reference to g_hasMOVBE

This commit is contained in:
Jeffrey Walton 2020-02-10 13:10:40 -05:00
parent 06ff7f4d98
commit f1a0fb4f15
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

1
cpu.h
View File

@ -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;