shithub: hj264

ref: c3333e66aa6e6d122e79cccd9d6f5d81cca51ec0
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);