diff options
-rw-r--r-- | RELEASE-NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index de7f3b5..b0923d1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -8,8 +8,8 @@ and ### Speedup of GEMMA by using optimized OpenBlas -* Providing a binary release with OpenBlas optimization for Intel Haswell -* Dropped using standar lapack and gslcblas libs +* Binary release with OpenBlas optimization for generic x86_64 and for Intel Haswell +* Dropped using standard lapack and gslcblas libs * Fixed NaN bug with GSL2 and made recent libraries the default * Minimized use of Eigenlib libraries (single threaded and slow compilation) * -legacy switch provides v0.96 behaviour (incl. eigenlib) |