Skip to content

Make the functor test that compares different SIMD backends more tolerant of numerical differences

Olli Lupton requested to merge olupton_functor_test_tolerance into master

Allows larger differences between the numerical results obtained when using different SIMD backends. Closes #160 (closed).

(Background: with gcc9 then it seems that less ordering/contraction of floating point operations is done with avx512 than with scalar/sse/avx2, which leads to some small numerical differences)

cc: @ahennequ @dovombru

Merge request reports