================ @@ -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