mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-06 04:04:17 +00:00
8 lines
129 B
C++
8 lines
129 B
C++
![]() |
#include <nmmintrin.h>
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
unsigned int x=32;
|
||
|
x=_mm_crc32_u8(x,4);
|
||
|
return 0;
|
||
|
}
|