Skip to content

Commit 145fdce

Browse files
authored
Merge pull request #7 from RandyGaul/patch-1
update support matrix for arm on Mac OS
2 parents 5a0cacb + d217651 commit 145fdce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Most platforms are supported through different methods:
3737
| iOS | ARM/ARM64 | N/A |
3838
| Windows | x86_64 | Windows fibers |
3939
| Linux | x86_64/i686 | ucontext |
40-
| Mac OS X | x86_64 | ucontext |
40+
| Mac OS X | x86_64/ARM/ARM64 | ucontext |
4141
| WebAssembly | N/A | Emscripten fibers |
4242
| Raspberry Pi | ARM | ucontext |
4343
| RISC-V | rv64/rv32 | ucontext |

minicoro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Most platforms are supported through different methods:
3636
| iOS | ARM/ARM64 | N/A |
3737
| Windows | x86_64 | Windows fibers |
3838
| Linux | x86_64/i686 | ucontext |
39-
| Mac OS X | x86_64 | ucontext |
39+
| Mac OS X | x86_64/ARM/ARM64 | ucontext |
4040
| WebAssembly | N/A | Emscripten fibers |
4141
| Raspberry Pi | ARM | ucontext |
4242
| RISC-V | rv64/rv32 | ucontext |

0 commit comments

Comments
 (0)