Improve performance of MIC exponential
authorErik Lindahl <erik@kth.se>
Wed, 9 Jul 2014 19:14:29 +0000 (21:14 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 10 Sep 2014 23:00:36 +0000 (01:00 +0200)
The limited precision is due to argument scaling
rather than the exponential function lookup, so
instead of iterating we can improve the accuracy
with a simple correction step, similar to what
was done for the recent AVX-512ER implementation.

Change-Id: If55e7c4cefac5022e7211dfa56686cb9ee03a54a


No differences found