Fix IBM XL/C/C++ compile due to uint8x16_p typedef
parent
8aea7abb55
commit
d31fcd7a1a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue