$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost SIMD beta release
From: Peter Dimov (lists_at_[hidden])
Date: 2012-12-20 12:34:17
> 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?