Browse Source

Update the doc for 0.2.5 version.

tags/v0.2.5
Zhang Xianyi 13 years ago
parent
commit
2345bdec68
2 changed files with 17 additions and 1 deletions
  1. +16
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule

+ 16
- 0
Changelog.txt View File

@@ -1,4 +1,20 @@
OpenBLAS ChangeLog OpenBLAS ChangeLog
====================================================================
Version 0.2.5
26-Nov-2012
common:
* Added NO_SHARED flag to disable generating the shared library.
* Compile LAPACKE with ILP64 modle when INTERFACE64=1 (#158)
* Export LAPACK 3.4.2 symbols in shared library. (#147)
* Only detect the number of physical CPU cores on Mac OSX. (#157)
* Fixed NetBSD build. (#155)
* Fixed compilation with TARGET=GENERIC. (#160)
x86/x86-64:
* Restore the original CPU affinity when calling
openblas_set_num_threads(1) (#153)
* Fixed a SEGFAULT bug in dgemv_t when m is very large.(#154)
MIPS64:

==================================================================== ====================================================================
Version 0.2.4 Version 0.2.4
8-Oct-2012 8-Oct-2012


+ 1
- 1
Makefile.rule View File

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


# This library's version # This library's version
VERSION = 0.2.4
VERSION = 0.2.5


# 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