[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:32:35 PST 2024


================
@@ -219,6 +219,7 @@
 #define bit_PREFETCHI     0x00004000
 #define bit_USERMSR       0x00008000
 #define bit_AVX10         0x00080000
+#define bit_APXF          0x00200000
----------------
FreddyLeaf wrote:

Done.

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


More information about the llvm-commits mailing list