зеркало из https://github.com/github/ruby.git
Do not support non-x86_64 platforms
This was probably not intended in 85a426dc86
.
This commit is contained in:
Родитель
f445eccfb4
Коммит
91b7be7708
4
yjit.h
4
yjit.h
|
@ -15,8 +15,8 @@
|
||||||
# define YJIT_STATS RUBY_DEBUG
|
# define YJIT_STATS RUBY_DEBUG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// We generate x86 assembly and rely on mmap(2).
|
// We generate x86 assembly
|
||||||
#if defined(__x86_64__) || defined(_WIN64)
|
#if defined(__x86_64__)
|
||||||
# define YJIT_SUPPORTED_P 1
|
# define YJIT_SUPPORTED_P 1
|
||||||
#else
|
#else
|
||||||
# define YJIT_SUPPORTED_P 0
|
# define YJIT_SUPPORTED_P 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче