Skip to content

Commit f5424fc

Browse files
committed
Update the doc for 0.2.13 version.
1 parent fe7dcf9 commit f5424fc

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

Changelog.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.13
4+
3-Dec-2014
5+
common:
6+
* Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
7+
for adding a prefix or suffix to all exported symbol names
8+
in the shared library.(#459, Thanks Tony Kelman)
9+
* Provide OpenBLASConfig.cmake at installation.
10+
* Fix Fortran compiler detection on FreeBSD.
11+
(#470, Thanks Mike Nolta)
12+
13+
14+
x86/x86-64:
15+
* Add generic kernel files for x86-64. make TARGET=GENERIC
16+
* Fix a bug of sgemm kernel on Intel Sandy Bridge.
17+
* Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta)
18+
19+
ARM:
20+
* Support APM's X-Gene 1 AArch64 processors.
21+
Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein)
22+
223
====================================================================
324
Version 0.2.12
425
13-Oct-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.12
6+
VERSION = 0.2.13
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)