shithub: hj264

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