Browse Source

Correct the error in readme

tags/v0.2.0^2
Zhang Xianyi 13 years ago
parent
commit
544af1efec
1 changed files with 12 additions and 5 deletions
  1. +12
    -5
      README.md

+ 12
- 5
README.md View File

@@ -41,12 +41,19 @@ Please read GotoBLAS_01Readme.txt
### Additional support CPU: ### Additional support CPU:


#### x86/x86-64: #### x86/x86-64:
* 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.
- **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.

#### MIPS64: #### MIPS64:
* ICT Loongson 3A. Optimized Level-3 BLAS and the part of Level-1,2.
* ICT Loongson 3B (Experimental)
- **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2.
- **ICT Loongson 3B**: Experimental

### Support OS:
- **GNU/Linux**
- **MingWin/Windows**: Please read <https://github.com/xianyi/OpenBLAS/wiki/How-to-use-OpenBLAS-in-Microsoft-Visual-Studio>.
- **Darwin/Mac OS X**: Experimental. Although GotoBLAS2 supports Darwin, we are the beginner on Mac OS X.
- **FreeBSD**: Supportted by community. We didn't test the library on this OS.


## Usages ## Usages
Link with libopenblas.a or -lopenblas for shared library. Link with libopenblas.a or -lopenblas for shared library.


Loading…
Cancel
Save