If not, what compilation parameters need to be add...
# questions-and-troubleshooting
g
If not, what compilation parameters need to be added to compile the source code to support the command sets such as sse4.2 and avx512?
k
sse4.2 and avx2 are turned on by default, USE_AVX512=ON ./build.sh to explicitly turn on avx512
👍 1
g
OK, thanks a lot.