summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 656fdcd..7c7e495 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,14 @@
+| 3
+
+- Enable compiler optimisations;
+- Optimise memfill;
+- Optimise memcpy: Use movdqu instead of movups (AMD64, i386 SSE2), add 256-bit copy (AMD64 AVX, i386 AVX);
+- Update makefile;
+- Implement fndbyte, fndchr, strlen in IA-32;
+- Fix bug in test;
+- Update readme;
+- Add new planned architectures: Motorola 68000, Power ISA, RISC-V, Sparc;
+
| 2
- Fix target purge in makefile not being labeled phony;