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

FFT: unpacklohi and pack are now defined in simd struct in fflas #264

Closed cyrilbouvier closed 3 years ago

cyrilbouvier commented 3 years ago

This PR is a follow up of PR linbox-team/fflas-ffpack#321 from fflas-ffpack.

It PR removes the code for unpacklohi and pack from the FFT code and use directly the methods from fflas-ffpack.