Refs #20. Updated the docs.
This commit is contained in:
parent
fab36f1adb
commit
d978436c4b
|
@ -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
5
README
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue