We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081240a commit c52083eCopy full SHA for c52083e
.github/workflows/ci.yml
@@ -235,7 +235,7 @@ jobs:
235
matrix:
236
rustflags:
237
- ""
238
- - "-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
239
features:
240
241
- "--features std"
0 commit comments