Function mod¶
function mod(const T1 &, const T2 &) simd¶
template <typename T1, typename T2, typename Tout = std::common_type_t<T1, T2>>
KFR_INTRINSIC Tout mod(const T1& x, const T2& y) Modulo of x by y .
Fully qualified name: kfr::mod(const T1 &, const T2 &)
Declared at simd/operators.hpp:538
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.