Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
baraa-pixel opened this issue Apr 28, 2022 · 1 comment

Comments

@baraa-pixel
Copy link

baraa-pixel commented Apr 28, 2022

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

@yux20000304
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants