Skip to content

Commit f2eb480

Browse files
committed
OpenBLAS 0.2.10 version.
1 parent c94762b commit f2eb480

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Changelog.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.10
4+
16-Jul-2014
5+
common:
6+
* Added BLAS extensions as following.
7+
s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
8+
* Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
9+
* Added NO_AVX2 flag for old binutils. (#401)
10+
* Support outputing the CPU corename on runtime.(#407)
11+
* Patched LAPACK to fix bug 114, 117, 118.
12+
(http://www.netlib.org/lapack/bug_list.html)
13+
* Disabled ?gemm3m for a work-around fix. (#400)
14+
x86/x86-64:
15+
* Fixed lots of bugs for optimized kernels on sandybridge,Haswell,
16+
bulldozer, and piledriver.
17+
https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
18+
19+
ARM:
20+
* Improved LAPACK testing.
21+
222
====================================================================
323
Version 0.2.9
424
10-Jun-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.rc2
6+
VERSION = 0.2.10
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)