shithub: hj264

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