mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-04 18:44:13 +08:00
mdbx: отключение MDBX_HAVE_BUILTIN_CPU_SUPPORTS
для e2k.
This commit is contained in:
parent
24d7a4d605
commit
3579496945
@ -200,6 +200,8 @@
|
|||||||
/* Never use any modern features on Apple's or Google's OSes
|
/* Never use any modern features on Apple's or Google's OSes
|
||||||
* since a lot of troubles with compatibility and/or performance */
|
* since a lot of troubles with compatibility and/or performance */
|
||||||
#define MDBX_HAVE_BUILTIN_CPU_SUPPORTS 0
|
#define MDBX_HAVE_BUILTIN_CPU_SUPPORTS 0
|
||||||
|
#elif defined(__e2k__)
|
||||||
|
#define MDBX_HAVE_BUILTIN_CPU_SUPPORTS 0
|
||||||
#elif __has_builtin(__builtin_cpu_supports) || \
|
#elif __has_builtin(__builtin_cpu_supports) || \
|
||||||
defined(__BUILTIN_CPU_SUPPORTS__) || \
|
defined(__BUILTIN_CPU_SUPPORTS__) || \
|
||||||
(defined(__ia32__) && __GNUC_PREREQ(4, 8) && __GLIBC_PREREQ(2, 23))
|
(defined(__ia32__) && __GNUC_PREREQ(4, 8) && __GLIBC_PREREQ(2, 23))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user