hot
hot copied to clipboard
error: ILINING failed in call to ALWAYS_INLINE ‘unsigned INT _tzcnt_u32(unsigned INT)’: target specific option mismatch
error mintioned as above, any idea how to fix this?, as i understood from the internet its a CMAKE CXX FLAG problem,
the cmake cxx flags at the HOT project:-
thanks in advance
I got the same problem, too. It seems that our machines' CPUs don't support AVX2 instructions. you can use this command to confirm whether your CPU supports AVX2 or not :
cat /proc/cpuinfo | grep avx2