mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-09 09:08:42 -06:00
oops, avx2 is not as widely available as i thought
This commit is contained in:
parent
1625e9cce9
commit
fbe605041b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue