Do not auto-add -mavx flag and check AVX support also for C++
Just adding -maxv works on many systems which have compiler that can produce AVX code but do not necessarily have processors with AVX support.
Please register or sign in to comment
Just adding -maxv works on many systems which have compiler that can produce AVX code but do not necessarily have processors with AVX support.