Skip to content

Function insertright

function insertright(T, const vec<T, N> &) simd

template <typename T, size_t N>
KFR_INTRINSIC vec<T, N> insertright(T x, const vec<T, N>& y)

Legacy alias for inserthigh().

inserthigh

Fully qualified name: kfr::insertright(T, const vec<T, N> &)

Declared at simd/shuffle.hpp:1019

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.