mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-26 19:30:21 +00:00
Add external reference to g_hasMOVBE
This commit is contained in:
parent
06ff7f4d98
commit
f1a0fb4f15
1
cpu.h
1
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;
|
||||
|
Loading…
Reference in New Issue
Block a user