From 58437b9c84730a424265cbab3a24b12b71dfc5cb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 15:21:01 -0400 Subject: libraries/OpenBLAS: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/OpenBLAS/README | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'libraries/OpenBLAS') diff --git a/libraries/OpenBLAS/README b/libraries/OpenBLAS/README index 7269fb158c..0d1774b2ce 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 -- cgit v1.2.3-65-gdbad