Updated the do for 0.2.1 version.
This commit is contained in:
parent
a507b56ab1
commit
a430880729
|
@ -1,4 +1,12 @@
|
||||||
OpenBLAS ChangeLog
|
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
|
Version 0.2.0
|
||||||
26-Jun-2012
|
26-Jun-2012
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# 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
|
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
|
||||||
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
||||||
|
|
|
@ -44,6 +44,7 @@ Please read GotoBLAS_01Readme.txt
|
||||||
- **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
|
- **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
|
||||||
- **Intel Sandy Bridge**: Optimized Level-3 BLAS with AVX on x86-64.
|
- **Intel Sandy Bridge**: Optimized Level-3 BLAS with AVX on x86-64.
|
||||||
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
|
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
|
||||||
|
- **AMD Bulldozer**: Used GotoBLAS2 Barcelona codes.
|
||||||
|
|
||||||
#### MIPS64:
|
#### MIPS64:
|
||||||
- **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
|
- **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
|
||||||
|
|
Loading…
Reference in New Issue