linbox-team / linbox

LinBox - C++ library for exact, high-performance linear algebra
https://linbox-team.github.io/linbox
GNU Lesser General Public License v2.1
81 stars 28 forks source link

Fix undefined Simd128 in FFT code when compiled without SSE 4.1 #263

Closed cyrilbouvier closed 3 years ago

cyrilbouvier commented 3 years ago

Fixing issue #262 Adding #ifdef __FFLASFFPACK_HAVE_SSE4_1_INSTRUCTIONS to protect use of Simd128 in FFT code.