Commit d841d2c27e

Andrew Kelley <andrew@ziglang.org>
2022-08-30 00:14:58
update C headers to LLVM 15 rc3
1 parent e6ccc93
Changed files (2)
lib
lib/include/arm_sve.h
@@ -24038,6 +24038,10 @@ svint32_t svusmmla(svint32_t, svuint8_t, svint8_t);
 } // extern "C"
 #endif
 
+#undef __ai
+
+#undef __aio
+
 #endif /*__ARM_FEATURE_SVE */
 
 #endif /* __ARM_SVE_H */
lib/include/cpuid.h
@@ -232,6 +232,7 @@
 
 /* Features in %ebx for leaf 0x80000008 */
 #define bit_CLZERO      0x00000001
+#define bit_RDPRU       0x00000010
 #define bit_WBNOINVD    0x00000200