XADMaster icon indicating copy to clipboard operation
XADMaster copied to clipboard

Test endianness with compiler built-in

Open bgermann opened this issue 10 months ago • 0 comments

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

bgermann avatar Feb 27 '25 15:02 bgermann