Skip to content

Commit c52083e

Browse files
Use the right name for AVX512F
1 parent 081240a commit c52083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
matrix:
236236
rustflags:
237237
- ""
238-
- "-Ctarget-feature=+avx512" # AVX-512 uses packed bit masks, so enable it to test more code paths
238+
- "-Ctarget-feature=+avx512f" # AVX-512 uses packed bit masks, so enable it to test more code paths
239239
features:
240240
- ""
241241
- "--features std"

0 commit comments

Comments
 (0)