File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11OpenBLAS 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====================================================================
323Version 0.2.9
42410-Jun-2014
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments