Use the right name for AVX512F

This commit is contained in:
Jubilee Young 2021-11-09 21:04:18 -08:00 committed by Jubilee
parent 081240a663
commit c52083e256

View File

@ -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"