Updated the do for 0.2.1 version.
authorXianyi Zhang <xianyi@iscas.ac.cn>
Sat, 30 Jun 2012 00:25:36 +0000 (08:25 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Sat, 30 Jun 2012 00:25:36 +0000 (08:25 +0800)
Changelog.txt
Makefile.rule
README.md

index c222c7e..019870d 100644 (file)
@@ -1,5 +1,13 @@
 OpenBLAS ChangeLog
 ====================================================================
+Version 0.2.1
+30-Jun-2012
+common:
+x86/x86-64:
+       * Fixed the SEGFAULT bug about hyper-theading
+       * Support AMD Bulldozer by using GotoBLAS2 AMD Barcelona codes
+
+====================================================================
 Version 0.2.0
 26-Jun-2012
 common:
index 2992737..0824878 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 # This library's version
-VERSION = 0.2.0
+VERSION = 0.2.1
 
 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
 # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library 
index 82e9f52..52d0983 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ Please read GotoBLAS_01Readme.txt
 - **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
 - **Intel Sandy Bridge**: Optimized Level-3 BLAS with AVX on x86-64.
 - **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
+- **AMD Bulldozer**: Used GotoBLAS2 Barcelona codes.
 
 #### MIPS64:
 - **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.