diff options
author | Xianyi Zhang <xianyi@iscas.ac.cn> | 2012-02-19 22:55:31 +0800 |
---|---|---|
committer | Xianyi Zhang <xianyi@iscas.ac.cn> | 2012-02-19 22:55:31 +0800 |
commit | 727e6d83c05d0fba4f8fd9a04f84cf032eaaca6e (patch) | |
tree | 78e6a081063fc6598d91530b71862574fa03c9c8 | |
parent | da3f101a77f60d90753ffedcb049c85e54bb0813 (diff) | |
download | openblas-727e6d83c05d0fba4f8fd9a04f84cf032eaaca6e.tar.gz openblas-727e6d83c05d0fba4f8fd9a04f84cf032eaaca6e.tar.bz2 openblas-727e6d83c05d0fba4f8fd9a04f84cf032eaaca6e.zip |
Released 0.1 alpha 2.5. Updated the documents.
-rw-r--r-- | Changelog.txt | 13 | ||||
-rw-r--r-- | Makefile.rule | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt index 48c5a727d..cd0413610 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,18 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.1 alpha2.5 +19-Feb-2012 +common: + * Upgraded LAPACK to 3.4.0 version + * Fixed a bug on Mac OS X. Don't require SystemStubs on OS X. + SystemStubs does not exist on Lion. Thank Stefan Karpinski. + * Improved README with using OpenMP. Check the internal threads + count less than or equal to omp_get_max_threads() +x86/x86_64: + * Auto-detect Intel Core i6/i7 (Sandy Bridge) CPU with Nehalem assembly kernels + * Fixed some bugs on MingW 64-bit including zgemv, cdot, zdot. + +==================================================================== Version 0.1 alpha2.4 18-Sep-2011 common: diff --git a/Makefile.rule b/Makefile.rule index a7ba203fc..db1a48d9f 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.1alpha2.4 +VERSION = 0.1alpha2.5 # You can specify the target architecture, otherwise it's # automatically detected. |