Macro KFR_VEC_OPERATOR1¶
macro KFR_VEC_OPERATOR1 simd¶
KFR_VEC_OPERATOR1(op, fn) \
template <typename T, size_t N> \
constexpr KFR_INTRINSIC vec<T, N> operator op(const vec<T, N>& x) \
{ \
return intr::fn(x); \
} Fully qualified name: KFR_VEC_OPERATOR1
Declared at simd/operators.hpp:38
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.