From 3df0904190c219014e9f19e3b95a492b1b80743d Mon Sep 17 00:00:00 2001 From: ++t Date: Thu, 23 Mar 2017 09:54:25 +0100 Subject: [PATCH] Update README.md Prepare new release --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1d6c92cc..6d2bcc26 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ RELEASE: The serial test unroll 4 fails, again for the division. It is very wierd as the operator /= call the system division and not Newton-Raphson +Elease 1.6.0 +- More support of inequalities for SSE/AVX backend +- Support masking for inequalities for SSE/aVX backend +- Better compatibility with Intel compiler +- Implementation of power(x,y) (node in the DAG + backend), all backends +- Minor fixes +- Swap boost by c++11 + Release 1.5.0 - Merge rvec and wvec into vec - fix bugs in the exponential all backends