Enable arm64 coroutine implementation on OpenBSD/arm64
Tested by another OpenBSD developer and confirmed to significantly improve things.
This commit is contained in:
parent
d29096f4a8
commit
1066d42ca8
@ -2648,6 +2648,9 @@ AS_CASE([$coroutine_type], [yes|''], [
|
|||||||
[i386-openbsd*], [
|
[i386-openbsd*], [
|
||||||
coroutine_type=x86
|
coroutine_type=x86
|
||||||
],
|
],
|
||||||
|
[aarch64-openbsd*], [
|
||||||
|
coroutine_type=arm64
|
||||||
|
],
|
||||||
[*-openbsd*], [
|
[*-openbsd*], [
|
||||||
coroutine_type=pthread
|
coroutine_type=pthread
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user