[clang] [compiler-rt] [llvm] [X86] Support APXF to enable __builtin_cpu_supports. (PR #80636)

Shengchen Kan via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 22 01:06:18 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)
----------------
KanRobert wrote:

Where is 111 from?

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


More information about the cfe-commits mailing list