#351. Release 0.2.9 rc2.
This commit is contained in:
parent
804a306313
commit
1140c489c9
|
@ -1,4 +1,31 @@
|
||||||
OpenBLAS ChangeLog
|
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
|
Version 0.2.8
|
||||||
01-Aug-2013
|
01-Aug-2013
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# 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
|
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
|
||||||
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
||||||
|
|
Loading…
Reference in New Issue