Add rounding correction to unsafe simd exp tests too
authorErik Lindahl <erik@kth.se>
Fri, 13 Sep 2019 20:43:05 +0000 (22:43 +0200)
committerErik Lindahl <erik@kth.se>
Fri, 13 Sep 2019 20:43:05 +0000 (22:43 +0200)
commit0519bcf8c6460a707119b3ad2b0142b6f71c963e
tree4efd965ea3f09ae433b7672f2cede8000fb20ade
parent5837f1c909bce7d3d0cbd2da6ca184a075440da6
Add rounding correction to unsafe simd exp tests too

This was already present for the safe-version tests,
but when modifying the test limits of the unsafe version
we need it there too to fix the ARMv7 tests.

Change-Id: I4dbab9655a9405bb17a8007a065aea3f4b991ed5
src/gromacs/simd/tests/simd_math.cpp