Fix compile error on Solaris

This commit is contained in:
Jeffrey Walton 2020-09-30 14:44:03 -04:00
parent ba286e6780
commit 38e6763249
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

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