mirror of
https://github.com/vlang/v.git
synced 2025-09-08 06:41:58 -04:00

The tcc compiler does not have __builtin_bswap64, __builtin_bswap32, and __builtin_bswap16 functions. The various hton and ntoh macros resolve down to these functions. When compiling with tcc, we should be using the analogous functions from net.conv.