simdpp::store

From libsimdpp-docs
< mem
template<unsigned N, class V>
void store( void* ptr, const any_vec<N,V>& a );

Performs an aligned store to memory at ptr.

V must me a non-mask vector type. ptr must be aligned to vector size.

Parameters[edit]

ptr - pointer to location to store data to
a - vector to store

Return value[edit]

(none)

See also[edit]