about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2021-11-09 21:04:18 -0800
committerJubilee <46493976+workingjubilee@users.noreply.github.com>2021-11-10 14:40:32 -0800
commitc52083e25650d517435a100fc81f60e8a60d9d5b (patch)
treeea61841d77ceae7c02f815a41bd3cb40f7092645
parent081240a6637c1dec77e5451e36dac4fe67773464 (diff)
downloadrust-c52083e25650d517435a100fc81f60e8a60d9d5b.tar.gz
rust-c52083e25650d517435a100fc81f60e8a60d9d5b.zip
Use the right name for AVX512F
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3a2c4477f76..25023688a22 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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"