Skip to content

Commit

Permalink
Merge pull request #7 from RandyGaul/patch-1
Browse files Browse the repository at this point in the history
update support matrix for arm on Mac OS
  • Loading branch information
edubart authored Nov 18, 2021
2 parents 5a0cacb + d217651 commit 145fdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion minicoro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 145fdce

Please sign in to comment.