From 544af1efec5602e7413c1211dd0deb92d97b5b26 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Sat, 23 Jun 2012 09:35:19 +0800 Subject: [PATCH] Correct the error in readme --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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. -- 2.7.4