Skip to content

Commit 13d0063

Browse files
authored
Update ChangeLog.txt with changes from 0.3.5
1 parent bf76162 commit 13d0063

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Changelog.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.3.5
4+
31-Dec-2018
5+
6+
common:
7+
* loop unrolling in TRMV has been enabled again.
8+
* A domain error in the thread workload distribution for SYRK
9+
has been fixed.
10+
* gmake builds will now automatically add -fPIC to the build
11+
options if the platform requires it.
12+
* a pthreads key leakage (and associate crash on dlclose) in
13+
the USE_TLS codepath was fixed.
14+
* building of the utest cases on systems that do not provide
15+
an implementation of complex.h was fixed.
16+
17+
x86_64:
18+
* the SkylakeX code was changed to compile on OSX.
19+
* unwanted application of the -march=skylake-avx512 option
20+
to the common code parts of a DYNAMIC_ARCH build was fixed.
21+
* improved performance of SGEMM for small workloads on Skylake X.
22+
* performance of SGEMM and DGEMM was improved on Haswell.
23+
24+
ARMV8:
25+
* a configuration error that broke the CNRM2 kernel was corrected.
26+
* compilation of the GEMM kernels with CMAKE was fixed.
27+
* DYNAMIC_ARCH builds are now available with CMAKE as well.
28+
* using CMAKE for cross-compilation to the new cpu TARGETs
29+
introduced in 0.3.4 now works.
30+
31+
POWER:
32+
* a problem in cpu autodetection for AIX has been corrected.
33+
234
====================================================================
335
Version 0.3.4
436
02-Dec-2018

0 commit comments

Comments
 (0)