mirror of
https://github.com/PabloMK7/citra.git
synced 2025-10-29 21:00:05 +00:00
externals/cryptopp/cryptopp/crc-simd.cpp:97:13: error: use of undeclared identifier '__crc32w'
w = __crc32w(w,x);
^
externals/cryptopp/cryptopp/rijndael-simd.cpp:126:25: error: use of undeclared identifier 'vaeseq_u8'
uint8x16_t r1 = vaeseq_u8(data, key);
^
externals/cryptopp/cryptopp/sha-simd.cpp:109:25: error: use of undeclared identifier 'vsha1cq_u32'
uint32x4_t r1 = vsha1cq_u32 (data1, 0, data2);
^
/usr/bin/ld: error: externals/cryptopp/cryptopp/cpu.cpp:(function CryptoPP::DetectArmFeatures()): undefined symbol 'CryptoPP::CPU_ProbeNEON()'
/usr/bin/ld: error: externals/cryptopp/cryptopp/cpu.cpp:(function CryptoPP::DetectArmFeatures()): undefined symbol 'CryptoPP::CPU_ProbeCRC32()'
/usr/bin/ld: error: externals/cryptopp/cryptopp/cpu.cpp:(function CryptoPP::DetectArmFeatures()): undefined symbol 'CryptoPP::CPU_ProbePMULL()'
|
||
|---|---|---|
| .. | ||
| boost@7310c95e23 | ||
| catch@62dae592c3 | ||
| cmake-modules | ||
| cryptopp | ||
| dynarmic@d1d4705364 | ||
| enet@39a72ab199 | ||
| fmt@5859e58ba1 | ||
| getopt | ||
| glad | ||
| httplib | ||
| inih | ||
| json | ||
| libressl@cbb1dcab9a | ||
| lurlparser | ||
| microprofile | ||
| nihstro@fd69de1a1b | ||
| soundtouch@019d2089bb | ||
| xbyak@811f4959ee | ||
| CMakeLists.txt | ||