From 3bf6b9d8b6bc435d2e47798cda8bfa6183e332fb Mon Sep 17 00:00:00 2001 From: conrad Date: Thu, 29 Jul 2021 12:30:54 +1000 Subject: [PATCH] simplifications --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79e42460..4cf6bd2d 100644 --- a/README.md +++ b/README.md @@ -353,13 +353,10 @@ Comment out the line containing: ### 10: Support for ATLAS -Armadillo can use the ATLAS library for faster versions of a subset -of LAPACK and BLAS functions. LAPACK should still be installed to -obtain full functionality. - -Caveat: the minimum recommended version of ATLAS is 3.10; -earlier versions (such as 3.6 and 3.8) can produce incorrect -results and/or corrupt memory, leading to random crashes. +If OpenBLAS is not available, Armadillo can use the ATLAS library for faster versions +of a subset of LAPACK and BLAS functions. +LAPACK should still be installed to obtain full functionality. +The minimum recommended version of ATLAS is 3.10. ---