Use __GNUC__ for POWER8 AES availability test
parent
213569a46d
commit
8e83d7a8ff
|
|
@ -8,7 +8,7 @@ int main(int argc, char* argv[])
|
|||
x=__vcipherlast(x,x);
|
||||
x=__vncipher(x,x);
|
||||
x=__vncipherlast(x,x);
|
||||
#elif defined(CRYPTOPP_GCC_VERSION)
|
||||
#elif defined(__GNUC__)
|
||||
__vector unsigned long long x;
|
||||
x=__builtin_crypto_vcipher(x,x);
|
||||
x=__builtin_crypto_vcipherlast(x,x);
|
||||
|
|
|
|||
Loading…
Reference in New Issue