OpenBLAS 0.2.11 version.

This commit is contained in:
Zhang Xianyi 2014-08-18 11:15:42 +08:00
parent 0a22816e70
commit a69dd3fbc5
2 changed files with 16 additions and 1 deletions

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

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