First Commit
This commit is contained in:
7
externals/cryptopp/TestPrograms/test_x86_sse42.cpp
vendored
Normal file
7
externals/cryptopp/TestPrograms/test_x86_sse42.cpp
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <nmmintrin.h>
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
unsigned int x=32;
|
||||
x=_mm_crc32_u8(x,4);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user