mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Try using arm64 implementation for fibers.
This commit is contained in:
parent
abdbfebad1
commit
0e6396d2ac
1 changed files with 3 additions and 0 deletions
|
|
@ -2272,6 +2272,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
|
|||
[x64-mingw32], [
|
||||
rb_cv_fiber_coroutine=win64
|
||||
],
|
||||
[aarch64-linux], [
|
||||
rb_cv_fiber_coroutine=arm64
|
||||
],
|
||||
[powerpc64le-linux], [
|
||||
rb_cv_fiber_coroutine=ppc64le
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue