Enable arm64 coroutine implementation on OpenBSD/arm64

Tested by another OpenBSD developer and confirmed to significantly
improve things.
This commit is contained in:
Jeremy Evans 2022-12-25 19:14:13 -08:00
parent d29096f4a8
commit 1066d42ca8

View File

@ -2648,6 +2648,9 @@ AS_CASE([$coroutine_type], [yes|''], [
[i386-openbsd*], [
coroutine_type=x86
],
[aarch64-openbsd*], [
coroutine_type=arm64
],
[*-openbsd*], [
coroutine_type=pthread
],