File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11OpenBLAS ChangeLog
2+ ====================================================================
3+ Version 0.2.14
4+ 24-Mar-2015
5+ common:
6+ * Improve OpenBLASConfig.cmake. (#474, #475. Thanks, xantares.)
7+ * Improve ger and gemv for small matrices by stack allocation.
8+ e.g. make -DMAX_STACK_ALLOC=2048 (#482. Thanks, Jerome Robert.)
9+ * Introduce openblas_get_num_threads and openblas_get_num_procs.
10+ (#497. Thanks, Erik Schnetter.)
11+ * Add ATLAS-style ?geadd function. (#509. Thanks, Martin Köhler.)
12+ * Fix c/zsyr bug with negative incx. (#492.)
13+ * Fix race condition during shutdown causing a crash in
14+ gotoblas_set_affinity(). (#508. Thanks, Ton van den Heuvel.)
15+
16+ x86/x86-64:
17+ * Support AMD Streamroller.
18+
19+ ARM:
20+ * Add Cortex-A9 and Cortex-A15 targets.
21+
222====================================================================
323Version 0.2.13
4243-Dec-2014
Original file line number Diff line number Diff line change 33#
44
55# This library's version
6- VERSION = 0.2.13
6+ VERSION = 0.2.14
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