citra/externals
Jan Beich 2772362f05 cryptopp: add missing bits used by SIMD on aarch64
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()'
2018-05-28 23:03:55 +00:00
..
boost@7310c95e23 CI: Update to C++17 and use Ubuntu 18.04 as baseline 2018-02-06 17:02:21 +00:00
catch@62dae592c3 externals: Update catch to v2.1.1 2018-01-27 15:45:29 -05:00
cmake-modules Fixes SDL2.dll copy to bindir on windows 2016-07-21 10:28:52 +02:00
cryptopp cryptopp: add missing bits used by SIMD on aarch64 2018-05-28 23:03:55 +00:00
dynarmic@d1d4705364 dynarmic: Update to d1d4705 2017-12-12 19:08:53 +00:00
enet@39a72ab199 Travis Quick Fix + Minor Submodule Updates 2018-01-15 21:19:34 -06:00
fmt@5859e58ba1 Update fmtlib to fix msvc warnings 2018-04-05 22:33:12 -06:00
getopt CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
glad glad: Update glad 2018-03-13 23:00:26 -06:00
httplib Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00
inih CMakeLists: Derive the source directory grouping from targets themselves 2017-12-11 21:11:52 -05:00
json Upgrade JSON for Modern C++ 2018-05-19 12:59:38 -07:00
libressl@cbb1dcab9a externals: update libressl (gitignore artefacts) 2018-03-30 14:23:52 +03:00
lurlparser Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00
microprofile Fix Microprofile in MinGW (#2530) 2017-02-04 15:36:38 -08:00
nihstro@fd69de1a1b Update nihstro 2018-01-15 21:20:49 -06:00
soundtouch@019d2089bb externals: Update soundtouch 2017-08-20 17:30:05 -07:00
xbyak@811f4959ee Xbyak 5.64 2018-05-19 13:03:55 -07:00
CMakeLists.txt Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00