diff options
Diffstat (limited to 'libraries/OpenBLAS')
-rw-r--r-- | libraries/OpenBLAS/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/libraries/OpenBLAS/README b/libraries/OpenBLAS/README index 7269fb158c308..0d1774b2ce984 100644 --- a/libraries/OpenBLAS/README +++ b/libraries/OpenBLAS/README @@ -1,9 +1,15 @@ -OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. +OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD +version. + +Added symbolic link to install a generic blas library that can be used +by Octave and R. + +OpenBLAS has cpu specific targetted assembly code for speed +optimisation. -Added symbolic link to install a generic blas library that can be used by -Octave and R. -OpenBLAS has cpu specific targetted assembly code for speed optimisation. If running in a vm with QEMU cpu you need to specify a variable TARGET=cpuname to the script where cpuname is one from the list in the sourcecode file TargetList.txt -examples are TARGET=NEHALEM for an Intel i7 or TARGET=ATHLON for AMD Athlon + +examples are TARGET=NEHALEM for an Intel i7 or TARGET=ATHLON for AMD +Athlon |