Function subadd¶
function subadd(const vec<T, N> &, const vec<T, N> &) simd¶
template <typename T, size_t N>
requires(N >= 2)
KFR_INTRINSIC vec<T, N> subadd(const vec<T, N>& a, const vec<T, N>& b) Returns a vector with a-b in the low half and a+b in the high half.
Fully qualified name: kfr::subadd(const vec<T, N> &, const vec<T, N> &)
Declared at simd/operators.hpp:735
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.