Skip to content

Conversation

@elprans
Copy link
Member

@elprans elprans commented Jun 11, 2018

#if FOO == BAR is true if neither BAR, nor FOO are defined, and on
BSDs machine endianness is declared as _BYTE_ORDER, not
__BYTE_ORDER, so we would compile a big-endian variant on
little-endian machines.

Fixes #313.

`#if FOO == BAR` is true if neither BAR, nor FOO are defined, and on BSDs machine endianness is declared as `_BYTE_ORDER`, not `__BYTE_ORDER`, so we would compile a big-endian variant on little-endian machines. Fixes #313.
@elprans elprans merged commit 8c83add into master Jun 11, 2018
@elprans elprans deleted the bswap branch June 11, 2018 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants