Browse Source

OpenBLAS 0.2.11 version.

tags/v0.2.11^2
Zhang Xianyi 11 years ago
parent
commit
a69dd3fbc5
2 changed files with 16 additions and 1 deletions
  1. +15
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 15
- 0
Changelog.txt View File

@@ -1,4 +1,19 @@
OpenBLAS ChangeLog OpenBLAS ChangeLog
====================================================================
Version 0.2.10
18-Aug-2014
common:
* Added some benchmark codes.
* Fix link error on Linux/musl.(Thanks Isaac Dunham)

x86/x86-64:
* Improved s/c/zgemm performance for Intel Haswell.
* Improved s/d/c/zgemv performance.
* Support the big numa machine.(EXPERIMENT)

ARM:
* Fix detection when cpuinfo uses "Processor". (Thanks Isaiah)

==================================================================== ====================================================================
Version 0.2.10 Version 0.2.10
16-Jul-2014 16-Jul-2014


+ 1
- 1
Makefile.rule View File

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


# This library's version # This library's version
VERSION = 0.2.10
VERSION = 0.2.11


# 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…
Cancel
Save