mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-04 19:29:35 +00:00
Fix IBM XL/C/C++ compile due to uint8x16_p typedef
This commit is contained in:
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…
x
Reference in New Issue
Block a user