Skip to content

Commit 6209c8f

Browse files
committed
Fixed #253. Update doc for v0.2.7 version.
1 parent 238ceb4 commit 6209c8f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

Changelog.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.7
4+
20-Jul-2013
5+
common:
6+
* Support LSB (Linux Standard Base) 4.1.
7+
e.g. make CC=lsbcc
8+
* Include LAPACK 3.4.2 source codes to the repo.
9+
Avoid downloading at compile time.
10+
* Add NO_PARALLEL_MAKE flag to disable parallel make.
11+
* Create openblas_get_parallel to retrieve information which
12+
parallelization model is used by OpenBLAS. (Thank grisuthedragon)
13+
* Detect LLVM/Clang compiler. The default compiler is Clang on Mac OS X.
14+
* Change LIBSUFFIX from .lib to .a on windows.
15+
* A walk round for dtrti_U single thread bug. Replace it with LAPACK codes. (#191)
16+
17+
x86/x86-64:
18+
* Optimize c/zgemm, trsm, dgemv_n, ddot, daxpy, dcopy on
19+
AMD Bulldozer. (Thank Werner Saar)
20+
* Add Intel Haswell support (using Sandybridge optimizations).
21+
(Thank Dan Luu)
22+
* Add AMD Piledriver support (using Bulldozer optimizations).
23+
* Fix the computational error in zgemm avx kernel on
24+
Sandybridge. (#237)
25+
* Fix the overflow bug in gemv.
26+
* Fix the overflow bug in multi-threaded BLAS3, getrf when NUM_THREADS
27+
is very large.(#214, #221, #246).
28+
MIPS64:
29+
* Support loongcc (Open64 based) compiler for ICT Loongson 3A/B.
30+
31+
Power:
32+
* Support Power7 by old Power6 kernels. (#220)
33+
234
====================================================================
335
Version 0.2.6
436
2-Mar-2013

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.6
6+
VERSION = 0.2.7
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)