This is an AMD intrinsic not an Intel intrinsic so it shouldn't be in immintrin.h
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@333124
91177308-0d34-0410-b5e6-
96231b3b80d8
#include <rdseedintrin.h>
#endif
-#if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLZERO__)
-#include <clzerointrin.h>
-#endif
-
#if !defined(_MSC_VER) || __has_feature(modules) || defined(__WBNOINVD__)
#include <wbnoinvdintrin.h>
#endif
#include <mwaitxintrin.h>
#endif
+#if !defined(_MSC_VER) || __has_feature(modules) || defined(__CLZERO__)
+#include <clzerointrin.h>
+#endif
+
+
#endif /* __X86INTRIN_H */