Skip to content

Commit

Permalink
removed the requirement on the GCC version to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hnes committed Jul 2, 2018
1 parent fa3d1d5 commit 4d48cfe
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Issues and PRs are welcome πŸŽ‰πŸŽ‰πŸŽ‰
* [Stack Pointer](#stack-pointer)
* [Best Practice](#best-practice)
* [TODO](#todo)
* [CHANGES](#changes)
* [Donation](#donation)
* [Copyright and License](#copyright-and-license)

Expand Down Expand Up @@ -111,7 +112,6 @@ int main() {
}
```
```bash
# require gcc version >= 5.0
# default build
$ gcc -g -O2 acosw.S aco.c test_aco_synopsis.c -o test_aco_synopsis
$ ./test_aco_synopsis
Expand Down Expand Up @@ -830,7 +830,16 @@ void co_fp1() {
# TODO
* Remove the restrictions on the GCC version (>= 5.0 currently).
New ideas are welcome!
# CHANGES
```
v1.1 @ Mon Jul 2 2018
Removed the requirement on the GCC version (>= 5.0).
v1.0 @ Sun Jul 1 2018
The v1.0 release of libaco, cheers πŸŽ‰πŸŽ‰πŸŽ‰
```
# Donation
Expand Down

0 comments on commit 4d48cfe

Please sign in to comment.