Skip to content

Commit 8c0fb12

Browse files
committed
Update 0.2.16 doc
1 parent aae581d commit 8c0fb12

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4)
66
project(OpenBLAS)
77
set(OpenBLAS_MAJOR_VERSION 0)
88
set(OpenBLAS_MINOR_VERSION 2)
9-
set(OpenBLAS_PATCH_VERSION 16.rc1)
9+
set(OpenBLAS_PATCH_VERSION 16)
1010
set(OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION}.${OpenBLAS_MINOR_VERSION}.${OpenBLAS_PATCH_VERSION}")
1111

1212
enable_language(ASM)

Changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.16
4+
15-Mar-2016
5+
common:
6+
* Avoid potential getenv segfault. (#716)
7+
* Import LAPACK svn bugfix #142-#147,#150-#155
8+
9+
x86/x86_64:
10+
* Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
11+
* Fix bug with scipy linalg test.
12+
13+
ARM:
14+
* Improve DGEMM for ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
15+
16+
POWER:
17+
* Optimize D and Z BLAS3 functions for Power8.
18+
219
====================================================================
320
Version 0.2.16.rc1
421
23-Feb-2016

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.16.rc1
6+
VERSION = 0.2.16
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)