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

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 18:25:54 PDT 2023


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

__USERMSR__

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


More information about the cfe-commits mailing list