Skip to content

Fix detection of big-endian systems#85

Open
ryandesign wants to merge 1 commit intoDentonW:masterfrom
ryandesign:patch-1
Open

Fix detection of big-endian systems#85
ryandesign wants to merge 1 commit intoDentonW:masterfrom
ryandesign:patch-1

Conversation

@ryandesign
Copy link

https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html

__BYTE_ORDER__ is defined to one of the values __ORDER_LITTLE_ENDIAN__, __ORDER_BIG_ENDIAN__, or __ORDER_PDP_ENDIAN__ ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant