shithub: hj264

ref: 47e3976507a60bc7e6caeb4ffddf5805a5cef1c3
dir: /builtins.h/

View raw version
#ifdef __amd64__
#define memcpy memcpyf
#endif
int __builtin_clz(unsigned int x);
unsigned int __builtin_bswap32(unsigned int x);