Browse Source

Updated the do for 0.2.1 version.

tags/v0.2.1^2
Xianyi Zhang 14 years ago
parent
commit
a430880729
3 changed files with 10 additions and 1 deletions
  1. +8
    -0
      Changelog.txt
  2. +1
    -1
      Makefile.rule
  3. +1
    -0
      README.md

+ 8
- 0
Changelog.txt View File

@@ -1,4 +1,12 @@
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


+ 1
- 1
Makefile.rule View 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


+ 1
- 0
README.md View File

@@ -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.


Loading…
Cancel
Save