mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
update C headers to LLVM 15 rc3
This commit is contained in:
parent
e6ccc93aac
commit
d841d2c27e
2 changed files with 5 additions and 0 deletions
4
lib/include/arm_sve.h
vendored
4
lib/include/arm_sve.h
vendored
|
|
@ -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
1
lib/include/cpuid.h
vendored
|
|
@ -232,6 +232,7 @@
|
|||
|
||||
/* Features in %ebx for leaf 0x80000008 */
|
||||
#define bit_CLZERO 0x00000001
|
||||
#define bit_RDPRU 0x00000010
|
||||
#define bit_WBNOINVD 0x00000200
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue