diff options
author | Zhang Xianyi <traits.zhang@gmail.com> | 2012-10-08 13:37:44 +0800 |
---|---|---|
committer | Zhang Xianyi <traits.zhang@gmail.com> | 2012-10-08 13:37:44 +0800 |
commit | 0b719945c56bc2a25146706ff12542a0d6688d9b (patch) | |
tree | 5e0c72c07fb62733277acf08cc2b93af25cf8b46 /Changelog.txt | |
parent | b1a54a0107b61da4cfe50fa6947c73770b58b2c1 (diff) | |
download | openblas-0b719945c56bc2a25146706ff12542a0d6688d9b.tar.gz openblas-0b719945c56bc2a25146706ff12542a0d6688d9b.tar.bz2 openblas-0b719945c56bc2a25146706ff12542a0d6688d9b.zip |
Updated the doc for 0.2.4 version.
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 3d6151bb6..1b0a9b01e 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,21 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.4 +8-Oct-2012 +common: + * Upgraded LAPACK to 3.4.2 version. (#145) + * Provided support for passing CFLAGS, FFLAGS, PFLAGS, + FPFLAGS to make. (#137) + * f77blas.h:compatibility for compilers without C99 complex + number support. (#141) +x86/x86-64: + * Added NO_AVX flag. Check OS supporting AVX on runtime. (#139) + * Fixed zdot incompatibility ABI issue with GCC 4.7 on + Windows 32-bit. (#140) +MIPS64: + * Fixed the generation of shared library bug. + * Fixed the detection bug on the Loongson 3A server. +==================================================================== Version 0.2.3 20-Aug-2012 common: |