[clang] [compiler-rt] [llvm] [X86] Support APXF to enable __builtin_cpu_supports. (PR #80636)
    Freddy Ye via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 22 01:15:51 PST 2024
    
    
  
================
@@ -265,6 +265,7 @@ X86_MICROARCH_LEVEL(X86_64_BASELINE,"x86-64",               95)
 X86_MICROARCH_LEVEL(X86_64_V2,      "x86-64-v2",            96)
 X86_MICROARCH_LEVEL(X86_64_V3,      "x86-64-v3",            97)
 X86_MICROARCH_LEVEL(X86_64_V4,      "x86-64-v4",            98)
+X86_MICROARCH_LEVEL(APXF,           "apxf",                111)
----------------
FreddyLeaf wrote:
this is to align with libgcc
https://github.com/llvm/llvm-project/pull/80636
    
    
More information about the llvm-commits
mailing list