Fix endianness issue with ODROID-C2 Boards (#3268)
This commit is contained in:
parent
c54691a3e5
commit
36da108e5d
@ -31,7 +31,7 @@ Unfortunately it is very slow, so it is disabled even for regular DEBUG builds.
|
||||
defined(__amd64__) || defined(_M_AMD64) || \
|
||||
defined(__x86_64) || defined(__x86_64__) || \
|
||||
defined(_M_X64) || defined(__bfin__) || \
|
||||
defined(__ARMEL__) || \
|
||||
defined(__ARMEL__) || defined(__AARCH64EL__) || \
|
||||
(defined(_WIN32) && defined(__ARM__) && defined(_MSC_VER)) \
|
||||
)
|
||||
#define IS_LITTLE_ENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user