Browse Source

Updated the doc for 0.2.3 version.

tags/v0.2.3^2
Zhang Xianyi 13 years ago
parent
commit
3e87648de3
2 changed files with 14 additions and 1 deletions
  1. +13
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 13
- 0
Changelog.txt View File

@@ -1,4 +1,17 @@
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
6-July-2012


+ 1
- 1
Makefile.rule View File

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

# 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
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library


Loading…
Cancel
Save