update C headers to LLVM 15 rc3

This commit is contained in:
Andrew Kelley 2022-08-29 15:14:58 -07:00
parent e6ccc93aac
commit d841d2c27e
2 changed files with 5 additions and 0 deletions

View file

@ -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 */

1
lib/include/cpuid.h vendored
View file

@ -232,6 +232,7 @@
/* Features in %ebx for leaf 0x80000008 */
#define bit_CLZERO 0x00000001
#define bit_RDPRU 0x00000010
#define bit_WBNOINVD 0x00000200