mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-02 01:04:13 +08:00
mdbx: add __ARM_FEATURE_UNALIGNED __e2k__ for UNALIGNED_OK.
This commit is contained in:
parent
d0e1c02a8a
commit
e8dd15088a
@ -120,7 +120,7 @@ typedef pthread_mutex_t mdbx_fastmutex_t;
|
||||
#if !defined(UNALIGNED_OK)
|
||||
#if defined(__i386) || defined(__x86_64__) || defined(_M_IX86) || \
|
||||
defined(_M_X64) || defined(i386) || defined(_X86_) || defined(__i386__) || \
|
||||
defined(_X86_64_)
|
||||
defined(_X86_64_) || defined(__ARM_FEATURE_UNALIGNED) || defined(__e2k__)
|
||||
#define UNALIGNED_OK 1
|
||||
#else
|
||||
#define UNALIGNED_OK 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user