XADMaster
XADMaster copied to clipboard
Test endianness with compiler built-in
There is no definition for XAD_BYTE_ORDER_BIG_ENDIAN, so big endian machines will use the little endian CRC implementation. Use compiler built-ins to check for endianness instead.
Fixes: #168