You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
This test checks whether __ORDER_BIG_ENDIAN__ is defined at all, but this predefined macro is not intended for that use case. It is identical to the custom IS_BIG_ENDIAN macro in the same file and is expected to be compared against __BYTE_ORDER__.
The current code unconditionally sets the byte order to big endian. The test probably should be:
This test checks whether
__ORDER_BIG_ENDIAN__is defined at all, but this predefined macro is not intended for that use case. It is identical to the customIS_BIG_ENDIANmacro in the same file and is expected to be compared against__BYTE_ORDER__.The current code unconditionally sets the byte order to big endian. The test probably should be: