Skip to content

Commit a3491e1

Browse files
committed
Update the doc for 0.2.14.
1 parent e81a5d6 commit a3491e1

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

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.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
====================================================================
323
Version 0.2.13
424
3-Dec-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.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

0 commit comments

Comments
 (0)