Browse Source

Refs #20. Updated the docs.

tags/v0.1alpha2^2
Xianyi Zhang 14 years ago
parent
commit
d978436c4b
2 changed files with 6 additions and 0 deletions
  1. +1
    -0
      Changelog.txt
  2. +5
    -0
      README

+ 1
- 0
Changelog.txt View File

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

x86/x86_64:
* Fixed #28 a wrong result of dsdot on x86_64.


+ 5
- 0
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
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
Please read GotoBLAS_01Readme.txt



Loading…
Cancel
Save