Refs #20. Updated the docs.

This commit is contained in:
Xianyi Zhang 2011-06-20 18:36:29 +08:00
parent fab36f1adb
commit d978436c4b
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,7 @@ common:
* Added openblas_set_num_threads for Fortran. * Added openblas_set_num_threads for Fortran.
* Fixed #25 a wrong result of rotmg. * Fixed #25 a wrong result of rotmg.
* Fixed a bug about detecting underscore prefix in c_check. * Fixed a bug about detecting underscore prefix in c_check.
* Added install target. You can use "make install". (Refs #20)
x86/x86_64: x86/x86_64:
* Fixed #28 a wrong result of dsdot on x86_64. * Fixed #28 a wrong result of dsdot on x86_64.

5
README
View File

@ -22,6 +22,11 @@ make BINARY=64 CC=mips64el-unknown-linux-gnu-gcc FC=mips64el-unknown-linux-gnu-g
3)Debug version 3)Debug version
make DEBUG=1 make DEBUG=1
4)Intall to the directory (Optional)
e.g.
make install PREFIX=your_installation_directory
The default directory is /opt/OpenBLAS
3.Support CPU & OS 3.Support CPU & OS
Please read GotoBLAS_01Readme.txt Please read GotoBLAS_01Readme.txt