
20 Dec
2012
20 Dec
'12
5:34 p.m.
We're rolling a beta release of Boost.SIMD along with a beta release of NT2.
... What is the recommended Boost.SIMD way to write a function like void add_n( float const * s, float const * s2, float * d, size_t n ); // d[i] = s[i] + s2[i] where none of s, s2, d are guaranteed to be aligned?