Browse Source

OpenBLAS 0.2.9 Version.

tags/v0.2.9^2
Zhang Xianyi 11 years ago
parent
commit
21a6b5f79e
2 changed files with 12 additions and 1 deletions
  1. +11
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 11
- 0
Changelog.txt View File

@@ -1,4 +1,15 @@
OpenBLAS ChangeLog
====================================================================
Version 0.2.9
10-Jun-2014
common:
* Improved the result for LAPACK testing. (#372)
* Installed DLL to prefix/bin instead of prefix/lib. (#366)
* Build import library on Windows.(#374)
x86/x86-64:
* To improve LAPACK testing, we fallback some kernels. (#372)
https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List

====================================================================
Version 0.2.9.rc2
06-Mar-2014


+ 1
- 1
Makefile.rule View File

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

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

# 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