[clang] [X86] Add USER_MSR instructions. (PR #68944)

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 19:21:08 PDT 2023


================
@@ -20,6 +20,11 @@
 #include <uintrintrin.h>
 #endif
 
+#if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) ||      \
+    defined(__UINTR__)
----------------
FreddyLeaf wrote:

3e32e495d8fa56ad3770769a5d4559ea0a41af96

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


More information about the cfe-commits mailing list