Updated the doc for 0.2.3 version.
This commit is contained in:
parent
fe4ab95cd5
commit
3e87648de3
|
@ -1,4 +1,17 @@
|
||||||
OpenBLAS ChangeLog
|
OpenBLAS ChangeLog
|
||||||
|
====================================================================
|
||||||
|
Version 0.2.3
|
||||||
|
20-Aug-2012
|
||||||
|
common:
|
||||||
|
* Fixed LAPACK unstable bug about ?laswp. (#130)
|
||||||
|
* Fixed the shared library bug about unloading the library on
|
||||||
|
Linux (#132).
|
||||||
|
* Fixed the compilation failure on BlueGene/P (TARGET=PPC440FP2)
|
||||||
|
Please use gcc and IBM xlf. (#134)
|
||||||
|
x86/x86-64:
|
||||||
|
* Supported goto_set_num_threads and openblas_set_num_threads
|
||||||
|
APIs in Windows. They can set the number of threads on runtime.
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.2.2
|
Version 0.2.2
|
||||||
6-July-2012
|
6-July-2012
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# This library's version
|
||||||
VERSION = 0.2.2
|
VERSION = 0.2.3
|
||||||
|
|
||||||
# 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