зеркало из https://github.com/github/ruby.git
Allow aarch64 to build YJIT
This commit is contained in:
Родитель
95dce1ccac
Коммит
c38e911147
4
yjit.h
4
yjit.h
|
@ -17,8 +17,8 @@
|
|||
|
||||
#if USE_YJIT
|
||||
|
||||
// We generate x86 assembly
|
||||
#if defined(_WIN32) ? defined(_M_AMD64) : defined(__x86_64__)
|
||||
// We generate x86 or arm64 assembly
|
||||
#if defined(_WIN32) ? defined(_M_AMD64) : (defined(__x86_64__) || defined(__aarch64__))
|
||||
// x86_64 platforms without mingw/msys or x64-mswin
|
||||
#else
|
||||
# error YJIT unsupported platform
|
||||
|
|
Загрузка…
Ссылка в новой задаче