mirror of
https://github.com/fluencelabs/redis
synced 2025-04-05 09:11:03 +00:00
Everything x86 is little endian
This commit is contained in:
parent
f2f2ba1b3a
commit
3f7438ef9b
@ -59,7 +59,8 @@
|
|||||||
#define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
|
#define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
|
||||||
#define PDP_ENDIAN 3412 /* LSB first in word, MSW first in long (pdp)*/
|
#define PDP_ENDIAN 3412 /* LSB first in word, MSW first in long (pdp)*/
|
||||||
|
|
||||||
#if defined(vax) || defined(ns32000) || defined(sun386) || defined(__i386__) || \
|
#if defined(__i386__) || defined(__x86_64__) || defined(__amd64__) || \
|
||||||
|
defined(vax) || defined(ns32000) || defined(sun386) || \
|
||||||
defined(MIPSEL) || defined(_MIPSEL) || defined(BIT_ZERO_ON_RIGHT) || \
|
defined(MIPSEL) || defined(_MIPSEL) || defined(BIT_ZERO_ON_RIGHT) || \
|
||||||
defined(__alpha__) || defined(__alpha)
|
defined(__alpha__) || defined(__alpha)
|
||||||
#define BYTE_ORDER LITTLE_ENDIAN
|
#define BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user