
20 Dec
2012
20 Dec
'12
7:09 p.m.
Mathias Gaunard wrote:
On 20/12/12 19:49, Peter Dimov wrote:
This is tedious boilerplate so I wondered whether you had already provided a solution. simd::transform seems the logical place to put it.
simd::transform only has one input and one output. How would it work with multiple inputs?
I couldn't find the documentation of simd::transform in boost-simd-3.0b1.tgz, but assuming it's the same as std::transform, the same way as std::transform works with two inputs?