Refs #91. Updated the doc for 0.1.1 version.
authorXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 29 Apr 2012 10:40:24 +0000 (18:40 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 29 Apr 2012 10:40:24 +0000 (18:40 +0800)
Changelog.txt
Makefile.rule
README

index e122300..0ed35b0 100644 (file)
@@ -1,5 +1,18 @@
 OpenBLAS ChangeLog
 ====================================================================
+Version 0.1.1
+29-Apr-2012
+common:
+       * Upgraded LAPACK to 3.4.1 version. (Thank Zaheer Chothia)
+       * 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.
+x86/x86_64:
+       * Auto-detect Intel Sandy Bridge Core i7-3xxx & Xeon E7 Westmere-EX.
+       * Test alpha=Nan in dscale.
+       * Fixed a SEGFAULT bug in samax on x86 windows.
+       
+====================================================================
 Version 0.1.0
 23-Mar-2012
 common:
index 7a1e845..b6cf98a 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # This library's version
-VERSION = 0.1.0
+VERSION = 0.1.1
 
 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
 # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library 
diff --git a/README b/README
index c8c2c2c..6372e96 100644 (file)
--- a/README
+++ b/README
@@ -2,6 +2,7 @@ OpenBLAS Readme
 
 1.Introduction
 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS.(http://www.rdcps.ac.cn)
+Please read the documents on OpenBLAS wiki pages(http://github.com/xianyi/OpenBLAS/wiki).
 
 2.Intallation
 Download from project homepage. http://xianyi.github.com/OpenBLAS/
@@ -34,7 +35,7 @@ Additional support CPU:
 x86_64:
        Intel Xeon 56xx (Westmere) //Used GotoBLAS2 Nehalem codes.
 MIPS64:
-       ICT Loongson 3A //The initial version used GotoBLAS2 MIPS64 kernels. Thus, the performance is not good.
+       ICT Loongson 3A //Level 3 BLAS subroutines are optimized.
 
 4.Usages
 Link with libopenblas.a or -lopenblas for shared library.