Browse Source

Update the doc for 0.2.13 version.

tags/v0.2.13
Zhang Xianyi 10 years ago
parent
commit
f5424fc9de
2 changed files with 22 additions and 1 deletions
  1. +21
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 21
- 0
Changelog.txt View File

@@ -1,4 +1,25 @@
OpenBLAS ChangeLog OpenBLAS ChangeLog
====================================================================
Version 0.2.13
3-Dec-2014
common:
* Add SYMBOLPREFIX and SYMBOLSUFFIX makefile options
for adding a prefix or suffix to all exported symbol names
in the shared library.(#459, Thanks Tony Kelman)
* Provide OpenBLASConfig.cmake at installation.
* Fix Fortran compiler detection on FreeBSD.
(#470, Thanks Mike Nolta)


x86/x86-64:
* Add generic kernel files for x86-64. make TARGET=GENERIC
* Fix a bug of sgemm kernel on Intel Sandy Bridge.
* Fix c_check bug on some amd64 systems. (#471, Thanks Mike Nolta)

ARM:
* Support APM's X-Gene 1 AArch64 processors.
Optimize trmm and sgemm. (#465, Thanks Dave Nuechterlein)

==================================================================== ====================================================================
Version 0.2.12 Version 0.2.12
13-Oct-2014 13-Oct-2014


+ 1
- 1
Makefile.rule View File

@@ -3,7 +3,7 @@
# #


# This library's version # This library's version
VERSION = 0.2.12
VERSION = 0.2.13


# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library


Loading…
Cancel
Save