Skip to content

Function negodd

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

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

Negates the odd-indexed lanes of x .

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

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