diff options
author | Zhang Xianyi <xianyi@iscas.ac.cn> | 2012-06-26 07:43:06 +0800 |
---|---|---|
committer | Zhang Xianyi <xianyi@iscas.ac.cn> | 2012-06-26 07:43:06 +0800 |
commit | 13f5f181406df3de4553d2481206df1b19a99b4a (patch) | |
tree | 2be353fd6b8f4b9fe784be7a65a63ed4c12dc3cc /Changelog.txt | |
parent | 857a0fa0df83cd3ff79a4047ad31a9f0f9e9f5da (diff) | |
download | openblas-13f5f181406df3de4553d2481206df1b19a99b4a.tar.gz openblas-13f5f181406df3de4553d2481206df1b19a99b4a.tar.bz2 openblas-13f5f181406df3de4553d2481206df1b19a99b4a.zip |
Updated the doc for 0.2.0 version.
Diffstat (limited to 'Changelog.txt')
-rw-r--r-- | Changelog.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt index 0ed35b0e4..c222c7eee 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,18 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.0 +26-Jun-2012 +common: + * Removed the limitation (64) of numbers of CPU cores. + Now, it supports 256 cores at max. + * Supported clang compiler. + * Fixed some build bugs on FreeBSD +x86/x86-64: + * Optimized Level-3 BLAS on Intel Sandy Bridge x86-64 by AVX instructions. + Please use gcc >= 4.6 or clang >=3.1. + * Support AMD Bobcat by using GotoBLAS2 AMD Barcelona codes. + +==================================================================== Version 0.1.1 29-Apr-2012 common: @@ -7,6 +20,8 @@ common: * Supported LAPACKE, a C interface to LAPACKE. (Thank Zaheer Chothia) * Fixed the build bug (MD5 and download) on Mac OSX. * Auto download CUnit 2.1.2-2 from SF.net with UTEST_CHECK=1. + * Fxied the compatibility issue for compilers without C99 complex number + (e.g. Visual Studio) x86/x86_64: * Auto-detect Intel Sandy Bridge Core i7-3xxx & Xeon E7 Westmere-EX. * Test alpha=Nan in dscale. |