Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: math: interpolation: disable floating point contraction
This test cannot tolerate any loss of precision, including the one caused by the compiler contracting floating points operations together, like in fused multiply-add (FMA). Some toolchains enable FP contraction by default, so disable it for the specific test and let the user decide themselves whether precision or performance is needed for their specific application. Signed-off-by: Ilya Tagunov <[email protected]>
- Loading branch information