Browse Source

#351. Release 0.2.9 rc2.

tags/v0.2.9.rc2^2
Zhang Xianyi 12 years ago
parent
commit
1140c489c9
2 changed files with 28 additions and 1 deletions
  1. +27
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 27
- 0
Changelog.txt View File

@@ -1,4 +1,31 @@
OpenBLAS ChangeLog
====================================================================
Version 0.2.9.rc2
06-Mar-2014
common:
* Added OPENBLAS_VERBOSE environment variable.(#338)
* Make OpenBLAS thread-pool resilient to fork via pthread_atfork.
(#294, Thank Olivier Grisel)
* Rewrote rotmg
* Fixed sdsdot bug.
x86/x86-64:
* Detect Intel Haswell for new Macbook.

====================================================================
Version 0.2.9.rc1
13-Jan-2013
common:
* Update LAPACK to 3.5.0 version
* Fixed compatiable issues with Clang and Pathscale compilers.

x86/x86-64:
* Optimization on Intel Haswell.
* Enable optimization kernels on AMD Bulldozer and Piledriver.

ARM:
* Support ARMv6 and ARMv7 ISA.
* Optimization on ARM Cortex-A9.

====================================================================
Version 0.2.8
01-Aug-2013


+ 1
- 1
Makefile.rule View File

@@ -3,7 +3,7 @@
#

# This library's version
VERSION = 0.2.9.rc1
VERSION = 0.2.9.rc2

# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library


Loading…
Cancel
Save