File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.15 ===
6
+ * Several functions optimized for AVX-512 support.
6
7
* Fixed syntax error in C interface, covered with tests.
7
8
* Bugfix in horizontal summing functions (invalid register clobber list).
8
9
* Some AMD-related optimizations.
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ Supported architectures
46
46
======
47
47
48
48
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) .
51
51
* ARMv6A - full support.
52
52
* ARMv7A - full support.
53
- * AArch64 - most functions .
53
+ * AArch64 - full support .
54
54
55
55
For all other architectures the generic implementation of algorithms is used, without any
56
56
architecture-specific optimizations.
You can’t perform that action at this time.
0 commit comments