search for: b673a3e

Displaying 1 result from an estimated 1 matches for "b673a3e".

Did you mean: b673a3ed
2012 Feb 05
3
Please test new endian stuff
Hi all, I've just pushed some changes to git repo that changes the way endian swapping is done. In particular it does: a) On Linux, use the bswap_*() intrinsic. b) On Windows _byteswap_*() intrinsic. c) Falls back to a macro for everything else. I've tested this on 64 bit little endian Linux (x86_64) and 32 bit bug endian Linux (powerpc). Needs testing elsewhere. Cheers, Erik