|
inlineconstexpr |
Store each element of a given SIMD value v
in different memory address computed form a base SIMD compatible iterator ptr
and a SIMD integral value idx
used as indexes.
A call to eve::scatter(v,ptr,idx)
is semantically equivalent to:
Parameters
v
: simd value to scatterptr
: Base pointer to scatter to.idx
: Integral simd value containing the index to scatter to.eve::scatter can be masked using Relative conditionals to skip scattering of certain elements.
The call eve::scatter[cond](v,p,i)
is semantically equivalent to: