Add support for AIX in bitfn.
This commit is contained in:
parent
d80a499582
commit
b7d12b957b
@ -188,6 +188,8 @@ static inline void array_copy64(uint64_t *d, uint64_t *s, uint32_t nb)
|
|||||||
#elif defined( __QNXNTO__ ) && defined( __BIGENDIAN__ )
|
#elif defined( __QNXNTO__ ) && defined( __BIGENDIAN__ )
|
||||||
# define BIG_ENDIAN 1234
|
# define BIG_ENDIAN 1234
|
||||||
# define BYTE_ORDER BIG_ENDIAN
|
# define BYTE_ORDER BIG_ENDIAN
|
||||||
|
#elif defined( _AIX )
|
||||||
|
# include <sys/machine.h>
|
||||||
#else
|
#else
|
||||||
# include <endian.h>
|
# include <endian.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user