noloader / cryptopp-cmake

CMake files for Crypto++ project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Aix32 machine Cryptopp build is fail

9405792200 opened this issue · comments

Aix machine on 7.1 version. For Aix32 cryptopp build is fail with below error.

/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp:756:8: error: 'uint64x2_p' does not name a type
 inline uint64x2_p VecLoad64(const void* p)^M
        ^
/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp:765:8: error: 'uint64x2_p' does not name a type
 inline uint64x2_p VecLoad64LE(const void* p)^M
        ^
/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp:776:39: error: 'uint64x2_p' does not name a type
 inline void VecStore64(void* p, const uint64x2_p x)^M
                                       ^
/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp:776:50: error: ISO C++ forbids declaration of 'x' with no type [-fpermissive]
 inline void VecStore64(void* p, const uint64x2_p x)^M
                                                  ^
/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp: In function 'void CryptoPP::VecStore64(void*, int)':
/renxbuilds/cryptoppupgrade/COMMON/Cryptopp820/blake2b_simd.cpp:781:17: error: 'uint8x16_p' was not declared in this scope

We need more information. Please see https://www.cryptopp.com/wiki/Bug_Report.