Skip to content

function gather(const T *, size_t, Indices...) read_write

template <typename... Indices, typename T, size_t Nout = 1 + sizeof...(Indices)>
KFR_INTRINSIC vec<T, Nout> gather(const T* base, size_t index, Indices... indices)

Defined at simd/read_write.hpp:78