authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-29 15:14:58-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-08-29 15:14:58-07:00
logd841d2c27e468017d7191da5b37c917499b5d1d1
treeebe5f0d82685350296612cb5df24be9defdb621e
parente6ccc93aacb54f9c183dce43389c2be34e6fde9a

update C headers to LLVM 15 rc3


2 files changed, 5 insertions(+), 0 deletions(-)

lib/include/arm_sve.h+4
...@@ -24038,6 +24038,10 @@ svint32_t svusmmla(svint32_t, svuint8_t, svint8_t);...@@ -24038,6 +24038,10 @@ svint32_t svusmmla(svint32_t, svuint8_t, svint8_t);
24038} // extern "C"24038} // extern "C"
24039#endif24039#endif
2404024040
24041#undef __ai
24042
24043#undef __aio
24044
24041#endif /*__ARM_FEATURE_SVE */24045#endif /*__ARM_FEATURE_SVE */
2404224046
24043#endif /* __ARM_SVE_H */24047#endif /* __ARM_SVE_H */
lib/include/cpuid.h+1
...@@ -232,6 +232,7 @@...@@ -232,6 +232,7 @@
232232
233/* Features in %ebx for leaf 0x80000008 */233/* Features in %ebx for leaf 0x80000008 */
234#define bit_CLZERO 0x00000001234#define bit_CLZERO 0x00000001
235#define bit_RDPRU 0x00000010
235#define bit_WBNOINVD 0x00000200236#define bit_WBNOINVD 0x00000200
236237
237238