mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
coroutine use asm version for handful of architectures for freebsd.
This commit is contained in:
parent
164f50dea9
commit
f8f6d9895d
Notes:
git
2021-08-16 09:07:19 +09:00
1 changed files with 9 additions and 0 deletions
|
@ -2536,6 +2536,15 @@ AS_CASE([$coroutine_type], [yes|''], [
|
||||||
[riscv64-linux*], [
|
[riscv64-linux*], [
|
||||||
coroutine_type=riscv64
|
coroutine_type=riscv64
|
||||||
],
|
],
|
||||||
|
[x86_64-freebsd*], [
|
||||||
|
coroutine_type=amd64
|
||||||
|
],
|
||||||
|
[i386-freebsd*], [
|
||||||
|
coroutine_type=x86
|
||||||
|
],
|
||||||
|
[aarch64-freebsd*], [
|
||||||
|
coroutine_type=arm64
|
||||||
|
],
|
||||||
[x86_64-openbsd*], [
|
[x86_64-openbsd*], [
|
||||||
coroutine_type=amd64
|
coroutine_type=amd64
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue