zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit d841d2c27e468017d7191da5b37c917499b5d1d1 (tree)
parent e6ccc93aacb54f9c183dce43389c2be34e6fde9a
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 29 Aug 2022 15:14:58 -0700

update C headers to LLVM 15 rc3

Diffstat:
Mlib/include/arm_sve.h | 4++++
Mlib/include/cpuid.h | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/lib/include/arm_sve.h b/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 */ diff --git a/lib/include/cpuid.h b/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