From fc7b684ec2ccad381e8745242c535954cb158f20 Mon Sep 17 00:00:00 2001
From: RandyGaul
Date: Wed, 17 Nov 2021 15:51:56 -0800
Subject: [PATCH 1/2] update support matrix for arm on Mac OS
---
minicoro.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/minicoro.h b/minicoro.h
index 9081805..b3c8b43 100644
--- a/minicoro.h
+++ b/minicoro.h
@@ -36,7 +36,7 @@ Most platforms are supported through different methods:
| iOS | ARM/ARM64 | N/A |
| Windows | x86_64 | Windows fibers |
| Linux | x86_64/i686 | ucontext |
-| Mac OS X | x86_64 | ucontext |
+| Mac OS X | x86_64/ARM/ARM64 | ucontext |
| WebAssembly | N/A | Emscripten fibers |
| Raspberry Pi | ARM | ucontext |
| RISC-V | rv64/rv32 | ucontext |
From d21765103ae66ba1269027d386eb2295bde126cd Mon Sep 17 00:00:00 2001
From: RandyGaul
Date: Wed, 17 Nov 2021 16:04:34 -0800
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f5093aa..2eeb855 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Most platforms are supported through different methods:
| iOS | ARM/ARM64 | N/A |
| Windows | x86_64 | Windows fibers |
| Linux | x86_64/i686 | ucontext |
-| Mac OS X | x86_64 | ucontext |
+| Mac OS X | x86_64/ARM/ARM64 | ucontext |
| WebAssembly | N/A | Emscripten fibers |
| Raspberry Pi | ARM | ucontext |
| RISC-V | rv64/rv32 | ucontext |