[llvm] [compiler-rt] [X86] Support "f16c" and "avx512fp16" for __builtin_cpu_supports (PR #78384)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 19:49:49 PST 2024
================
@@ -184,12 +185,12 @@ X86_FEATURE (AMX_TILE, "amx-tile")
X86_FEATURE (CLDEMOTE, "cldemote")
X86_FEATURE (CLFLUSHOPT, "clflushopt")
X86_FEATURE (CLWB, "clwb")
+X86_FEATURE_COMPAT(F16C, "f16c", 38)
----------------
phoebewang wrote:
Can we test them in clang/test?
https://github.com/llvm/llvm-project/pull/78384
More information about the llvm-commits
mailing list