mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix compile error on Solaris
This commit is contained in:
parent
ba286e6780
commit
38e6763249
2
cpu.cpp
2
cpu.cpp
@ -356,7 +356,7 @@ word64 XGetBV(word32 num)
|
||||
return (static_cast<word64>(d) << 32) | a;
|
||||
|
||||
// Remainder of GCC and compatibles.
|
||||
#elif
|
||||
#elif defined(__GNUC__) || defined(__clang__)
|
||||
|
||||
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71659 and
|
||||
// http://www.agner.org/optimize/vectorclass/read.php?i=65
|
||||
|
Loading…
Reference in New Issue
Block a user