| author | |
| committer | |
| log | fa3d89674aa8274f11a49a26985d3e5eaaa52d20 |
| tree | 73e6e2c844d5f3443e696cbad40918a184e4e0a3 |
| parent | 182cd0e4c0bef4c919d479135428da0251e8cc50 |
| signature | Commit is signed but in an unrecognized format. |
1 files changed, 2 insertions(+), 2 deletions(-)
c_headers/intrin.h+2-2| ... | ... | @@ -564,8 +564,8 @@ __nop(void) { |
| 564 | 564 | #if defined(__aarch64__) |
| 565 | 565 | unsigned __int64 __getReg(int); |
| 566 | 566 | long _InterlockedAdd(long volatile *Addend, long Value); |
| 567 | int _ReadStatusReg(int); | |
| 568 | void _WriteStatusReg(int, int); | |
| 567 | __int64 _ReadStatusReg(int); | |
| 568 | void _WriteStatusReg(int, __int64); | |
| 569 | 569 | |
| 570 | 570 | static inline unsigned short _byteswap_ushort (unsigned short val) { |
| 571 | 571 | return __builtin_bswap16(val); |