shithub: hj264

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