shithub: hj264

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