forked from metin-server/m2dev-client-src
client almost builds
This commit is contained in:
11
vendor/cryptopp/TestPrograms/test_arm_asimd.cpp
vendored
Normal file
11
vendor/cryptopp/TestPrograms/test_arm_asimd.cpp
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdint.h>
|
||||
#ifdef CRYPTOPP_ARM_NEON_HEADER
|
||||
# include <arm_neon.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
uint32x4_t x={0};
|
||||
x=veorq_u32(x,x);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user