mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
update clang C headers to 8.0.0rc3
This commit is contained in:
parent
182cd0e4c0
commit
fa3d89674a
@ -564,8 +564,8 @@ __nop(void) {
|
|||||||
#if defined(__aarch64__)
|
#if defined(__aarch64__)
|
||||||
unsigned __int64 __getReg(int);
|
unsigned __int64 __getReg(int);
|
||||||
long _InterlockedAdd(long volatile *Addend, long Value);
|
long _InterlockedAdd(long volatile *Addend, long Value);
|
||||||
int _ReadStatusReg(int);
|
__int64 _ReadStatusReg(int);
|
||||||
void _WriteStatusReg(int, int);
|
void _WriteStatusReg(int, __int64);
|
||||||
|
|
||||||
static inline unsigned short _byteswap_ushort (unsigned short val) {
|
static inline unsigned short _byteswap_ushort (unsigned short val) {
|
||||||
return __builtin_bswap16(val);
|
return __builtin_bswap16(val);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user