Add Haswell support
This commit is contained in:
parent
88ef307cef
commit
590e6aeafc
|
@ -43,6 +43,7 @@ Please read GotoBLAS_01Readme.txt
|
||||||
#### x86/x86-64:
|
#### x86/x86-64:
|
||||||
- **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.
|
||||||
|
- **Intel Haswell**: Optimized Level-3 BLAS with AVX on x86-64 (identical to Sandy Bridge).
|
||||||
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
|
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
|
||||||
- **AMD Bulldozer**: x86-64 S/DGEMM AVX kernels. (Thank Werner Saar)
|
- **AMD Bulldozer**: x86-64 S/DGEMM AVX kernels. (Thank Werner Saar)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue