Crashoz

Results 3 comments of Crashoz

No, the m1 chip does not support the avx instruction set as far as I know

You need to enable at least `-msse4.1 -mavx -mavx2` to use this library. The `-march=native` will enable everything you cpu support so will enable these flags automatically.

Sorry I'm very late on this! Thank you for the PR the install target is a nice addition.