Use the right name for AVX512F
This commit is contained in:
parent
081240a663
commit
c52083e256
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -235,7 +235,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
rustflags:
|
rustflags:
|
||||||
- ""
|
- ""
|
||||||
- "-Ctarget-feature=+avx512" # AVX-512 uses packed bit masks, so enable it to test more code paths
|
- "-Ctarget-feature=+avx512f" # AVX-512 uses packed bit masks, so enable it to test more code paths
|
||||||
features:
|
features:
|
||||||
- ""
|
- ""
|
||||||
- "--features std"
|
- "--features std"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user