[Interest] Cross platform accelerated instructions framework

René J.V. Bertin rjvbertin at gmail.com
Thu May 14 19:35:50 CEST 2015


On Thursday May 14 2015 16:55:35 René J.V. Bertin wrote:

Audio being in essence 1D data (time series) it should be relatively easy to deploy template libraries that provide array/vector types the use optimised SIMD instructions internally. With those you should be able to do better than with auto-vectorisation, all while keeping a high-level coding approach.

But be careful not to reinvent the wheel, unless that's part of the goal of course.

> Take a look at the Eigen3 framework too (eigen.tuxfamily.org)

There's also http://nt2.metascale.fr/doc/html/ , a layer atop Boost::SIMD

R.



More information about the Interest mailing list