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. ---