Fix IBM XL/C/C++ compile due to uint8x16_p typedef

This commit is contained in:
Jeffrey Walton 2018-01-18 05:18:00 -05:00
parent 8aea7abb55
commit d31fcd7a1a
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -30,7 +30,6 @@ NAMESPACE_BEGIN(CryptoPP)
#if defined(CRYPTOPP_ALTIVEC_AVAILABLE) || defined(CRYPTOPP_DOXYGEN_PROCESSING)
typedef __vector char int8x16_p;
typedef __vector unsigned char uint8x16_p;
typedef __vector unsigned short uint16x8_p;
typedef __vector unsigned int uint32x4_p;