File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You canβt perform that action at this time.
0 commit comments