Skip to content

Commit e737d7a

Browse files
committed
Updated changelog and readme
1 parent b41e167 commit e737d7a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.15 ===
6+
* Several functions optimized for AVX-512 support.
67
* Fixed syntax error in C interface, covered with tests.
78
* Bugfix in horizontal summing functions (invalid register clobber list).
89
* Some AMD-related optimizations.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ Supported architectures
4646
======
4747

4848
The support of following list of hardware architectures has been implemented:
49-
* i386 (32-bit) - full support.
50-
* x86_64 (64-bit) - full support.
49+
* i386 (32-bit) - full support (AVX-512 on the way).
50+
* x86_64 (64-bit) - full support (AVX-512 on the way).
5151
* ARMv6A - full support.
5252
* ARMv7A - full support.
53-
* AArch64 - most functions.
53+
* AArch64 - full support.
5454

5555
For all other architectures the generic implementation of algorithms is used, without any
5656
architecture-specific optimizations.

0 commit comments

Comments
 (0)