File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ tiny asymmetric-coroutine library.
12
12
+ C11
13
13
14
14
## 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 ) | |
20
21
21
22
## Code Example
22
23
@@ -77,7 +78,7 @@ total = 55
77
78
```
78
79
79
80
## Requirements for build
80
- - [nasm](http://www.nasm.us/)
81
+ - for x86_64/i686: [nasm](http://www.nasm.us/)
81
82
82
83
83
84
## Installation
You can’t perform that action at this time.
0 commit comments