Код: Выделить всё
$ grep -q sse4_2 /proc/cpuinfo && echo "SSE 4.2 suported"|| echo "SSE 4.2 not supported"
"SSE 4.2 suported"
Код: Выделить всё
C:\Users\user\Documents\habr\emsdk-main\upstream\lib\clang\19\include\mmintrin.h:14:2: error: "This header is only meant
to be used on x86 and x64 architecture"
14 | #error "This header is only meant to be used on x86 and x64 architecture"
Подробнее здесь: https://stackoverflow.com/questions/790 ... se4-2-flag