Skip to content

Commit 50fe214

Browse files
authored
Update README.md
1 parent 7300f91 commit 50fe214

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ tiny asymmetric-coroutine library.
1212
+ C11
1313

1414
## Supported Platforms
15-
| | x86_64 | i686 | ARM(v6/v7) | note |
16-
|---------|---------------------|--------------------------|--------------------------|------------------|
17-
| Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
18-
| FreeBSD | :heavy_check_mark: | :heavy_check_mark: | :question: |Thanks [@t6](https://github.com/t6)|
19-
| OSX | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: |Thanks [@kpamnany](https://github.com/kpamnany) |
15+
| | x86_64 | i686 | ARM(v6/v7) | AArch64 | (contributor) |
16+
|--------------|---------------------|--------------------------|--------------------------|--------------------|------------------|
17+
| Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
18+
| FreeBSD | :heavy_check_mark: | :heavy_check_mark: | :question: | :question: |[@t6](https://github.com/t6)|
19+
| OSX | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_check_mark: |[@kpamnany](https://github.com/kpamnany) |
20+
| (contributor)| | | |[@mitghi](https://github.com/mitghi)| |
2021

2122
## Code Example
2223

@@ -77,7 +78,7 @@ total = 55
7778
```
7879
7980
## Requirements for build
80-
- [nasm](http://www.nasm.us/)
81+
- for x86_64/i686: [nasm](http://www.nasm.us/)
8182
8283
8384
## Installation

0 commit comments

Comments
 (0)