Skip to content

Commit a69dd3f

Browse files
committed
OpenBLAS 0.2.11 version.
1 parent 0a22816 commit a69dd3f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.10
4+
18-Aug-2014
5+
common:
6+
* Added some benchmark codes.
7+
* Fix link error on Linux/musl.(Thanks Isaac Dunham)
8+
9+
x86/x86-64:
10+
* Improved s/c/zgemm performance for Intel Haswell.
11+
* Improved s/d/c/zgemv performance.
12+
* Support the big numa machine.(EXPERIMENT)
13+
14+
ARM:
15+
* Fix detection when cpuinfo uses "Processor". (Thanks Isaiah)
16+
217
====================================================================
318
Version 0.2.10
419
16-Jul-2014

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.10
6+
VERSION = 0.2.11
77

88
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library

0 commit comments

Comments
 (0)