Skip to content

Commit

Permalink
Use the right name for AVX512F
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Nov 10, 2021
1 parent 081240a commit c52083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
matrix:
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 std"
Expand Down

0 comments on commit c52083e

Please sign in to comment.