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 | 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 |