[compiler-rt] [llvm] [X86] Support "f16c" and "avx512fp16" for __builtin_cpu_supports (PR #78384)

Freddy Ye via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 19:56:37 PST 2024


================
@@ -229,9 +230,9 @@ X86_FEATURE       (XSAVE,           "xsave")
 X86_FEATURE       (XSAVEC,          "xsavec")
 X86_FEATURE       (XSAVEOPT,        "xsaveopt")
 X86_FEATURE       (XSAVES,          "xsaves")
+X86_FEATURE_COMPAT(AVX512FP16,      "avx512fp16",            39)
----------------
FreddyLeaf wrote:

You mean update getIntelProcessorTypeAndSubtype, right? I think we don't need to do after we already updated the model value for sapphirerapids .

https://github.com/llvm/llvm-project/pull/78384


More information about the llvm-commits mailing list