Skip to content

Commit fd8d186

Browse files
authored
Updates for 0.3.3
1 parent f0563f1 commit fd8d186

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Changelog.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.3.3
4+
31-Aug-2018
5+
6+
common:
7+
* thread memory allocation has been switched back to the method
8+
used before version 0.3.1 due to unexpected problems caused by
9+
the new code under some circumstances. A new compile-time option
10+
USE_TLS has been added to enable the new code, and it is hoped
11+
that this can become the default again in the next version.
12+
* LAPAck PR272 has been integrated, which fixes spurious errors
13+
in DSYEVR and related functions caused by missing conversion
14+
from ILAENV to ILAENV_2STAGE in several _2stage routines.
15+
* the cmake-generated OpenBLASConfig.cmake now uses correct case
16+
for the name of the library
17+
* added support for Haiku OS
18+
19+
x86_64:
20+
* added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY,
21+
DSCAL, DGEMVN and DSYMVL
22+
* added a workaround for a cygwin issue that prevented compilation
23+
of AVX512 code
24+
25+
IBM Z:
26+
* added autodetection of Z14
27+
* fixed TRMM errors in the generic target
28+
229
====================================================================
330
Version 0.3.2
431
30-Jul-2018

0 commit comments

Comments
 (0)