linbox-team / fflas-ffpack

FFLAS-FFPACK - Finite Field Linear Algebra Subroutines / Package
http://linbox-team.github.io/fflas-ffpack/
GNU Lesser General Public License v2.1
57 stars 23 forks source link

Fix test-simd for machine without FMA #347

Closed cyrilbouvier closed 2 years ago

cyrilbouvier commented 2 years ago

FMA is not used in SIMD on those machine so we should not use std::fma to compute the no simd output to compare to.