From: Zhang Xianyi Date: Sat, 23 Jun 2012 01:35:19 +0000 (+0800) Subject: Correct the error in readme X-Git-Tag: v0.2.0^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=544af1efec5602e7413c1211dd0deb92d97b5b26;p=platform%2Fupstream%2Fopenblas.git Correct the error in readme --- diff --git a/README.md b/README.md index 80116c6..a13e069 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,19 @@ Please read GotoBLAS_01Readme.txt ### Additional support CPU: #### 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: -* 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 . +- **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 Link with libopenblas.a or -lopenblas for shared library.