mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
12 lines
293 B
ArmAsm
12 lines
293 B
ArmAsm
#if 0
|
|
#elif defined __x86_64__
|
|
# include "coroutine/amd64/Context.S"
|
|
#elif defined __i386__
|
|
# include "coroutine/x86/Context.S"
|
|
#elif defined __ppc64__
|
|
# include "coroutine/ppc64le/Context.S"
|
|
#elif defined __arm64__
|
|
# include "coroutine/arm64/Context.S"
|
|
#else
|
|
# error "Unsupported CPU"
|
|
#endif
|