hot icon indicating copy to clipboard operation
hot copied to clipboard

error: ILINING failed in call to ALWAYS_INLINE ‘unsigned INT _tzcnt_u32(unsigned INT)’: target specific option mismatch

Open baraa-pixel opened this issue 2 years ago • 1 comments

error mintioned as above, any idea how to fix this?, as i understood from the internet its a CMAKE CXX FLAG problem, image the cmake cxx flags at the HOT project:- image thanks in advance

baraa-pixel avatar Apr 28 '22 12:04 baraa-pixel

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

yux20000304 avatar Feb 16 '23 09:02 yux20000304