Skip to content

Commit 4d48cfe

Browse files
committed
removed the requirement on the GCC version to README.md
1 parent fa3d1d5 commit 4d48cfe

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Issues and PRs are welcome πŸŽ‰πŸŽ‰πŸŽ‰
4747
* [Stack Pointer](#stack-pointer)
4848
* [Best Practice](#best-practice)
4949
* [TODO](#todo)
50+
* [CHANGES](#changes)
5051
* [Donation](#donation)
5152
* [Copyright and License](#copyright-and-license)
5253

@@ -111,7 +112,6 @@ int main() {
111112
}
112113
```
113114
```bash
114-
# require gcc version >= 5.0
115115
# default build
116116
$ gcc -g -O2 acosw.S aco.c test_aco_synopsis.c -o test_aco_synopsis
117117
$ ./test_aco_synopsis
@@ -830,7 +830,16 @@ void co_fp1() {
830830
831831
# TODO
832832
833-
* Remove the restrictions on the GCC version (>= 5.0 currently).
833+
New ideas are welcome!
834+
835+
# CHANGES
836+
837+
```
838+
v1.1 @ Mon Jul 2 2018
839+
Removed the requirement on the GCC version (>= 5.0).
840+
v1.0 @ Sun Jul 1 2018
841+
The v1.0 release of libaco, cheers πŸŽ‰πŸŽ‰πŸŽ‰
842+
```
834843
835844
# Donation
836845

0 commit comments

Comments
Β (0)