diff options
| author | usamoi <usamoi@outlook.com> | 2024-01-03 20:24:24 +0800 |
|---|---|---|
| committer | usamoi <usamoi@outlook.com> | 2024-01-13 13:50:10 +0800 |
| commit | f25126e9c9b25eb46462fd82f83028956e8d6ea0 (patch) | |
| tree | be5704e5c944aa269d60fd4046775658dbf376c8 /compiler/rustc_codegen_gcc | |
| parent | f1f8687b06a5908dd096f51da32347b3313279db (diff) | |
| download | rust-f25126e9c9b25eb46462fd82f83028956e8d6ea0.tar.gz rust-f25126e9c9b25eb46462fd82f83028956e8d6ea0.zip | |
add avx512fp16 to x86 target features
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/lib.rs b/compiler/rustc_codegen_gcc/src/lib.rs index 03f8f43ff16..f8f054db65e 100644 --- a/compiler/rustc_codegen_gcc/src/lib.rs +++ b/compiler/rustc_codegen_gcc/src/lib.rs @@ -408,7 +408,7 @@ pub fn target_features(sess: &Session, allow_unstable: bool, target_info: &Locke .filter(|_feature| { target_info.cpu_supports(_feature) /* - adx, aes, avx, avx2, avx512bf16, avx512bitalg, avx512bw, avx512cd, avx512dq, avx512er, avx512f, avx512ifma, + adx, aes, avx, avx2, avx512bf16, avx512bitalg, avx512bw, avx512cd, avx512dq, avx512er, avx512f, avx512fp16, avx512ifma, avx512pf, avx512vbmi, avx512vbmi2, avx512vl, avx512vnni, avx512vp2intersect, avx512vpopcntdq, bmi1, bmi2, cmpxchg16b, ermsb, f16c, fma, fxsr, gfni, lzcnt, movbe, pclmulqdq, popcnt, rdrand, rdseed, rtm, sha, sse, sse2, sse3, sse4.1, sse4.2, sse4a, ssse3, tbm, vaes, vpclmulqdq, xsave, xsavec, xsaveopt, xsaves |
