diff options
Diffstat (limited to 'libraries/blas/README')
-rw-r--r-- | libraries/blas/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/blas/README b/libraries/blas/README new file mode 100644 index 0000000000..e6b80a9d80 --- /dev/null +++ b/libraries/blas/README @@ -0,0 +1,6 @@ +Build script for the reference BLAS library provided by Netlib. +The final package will contain static and shared libraries. + +Note: This BLAS implementation is not optimized! If want good + performance, then use the BLAS libraries provided by your + CPU vendor. |