certificate/include/cryptopp/TestPrograms/test_arm_neon_header.cpp

7 lines
74 B
C++
Raw Normal View History

2025-06-26 15:15:38 +00:00
#include <arm_neon.h>
int main(int argc, char* argv[])
{
return 0;
}