Skip to content

function shufflevector(const vec<complex<T>, N> &, csizes_t<indices...>) complex

template <typename T, size_t N, size_t... indices>
KFR_INTRINSIC vec<complex<T>, sizeof...(indices)> shufflevector(const vec<complex<T>, N>& x,
                                                                csizes_t<indices...>) noexcept

Defined at simd/complex.hpp:96