oops, avx2 is not as widely available as i thought

This commit is contained in:
griffi-gh 2023-05-27 18:54:00 +02:00
parent 1625e9cce9
commit fbe605041b

View file

@ -9,10 +9,10 @@ rustflags = ["-Ctarget-feature=+crt-static"]
[target.i586-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]
# enable sse,sse2,sse3,avx,avx2,fma
# enable sse,sse2,avx
[target.'cfg(target_arch = "x86_64")']
rustflags = "-Ctarget-feature=+sse,+sse2,+sse3,+avx,+avx2,+fma"
rustflags = "-Ctarget-feature=+sse,+sse2,+avx"
# use sparse crates.io protocol