Skip to content

Function div

function div(const T1 &, const T2 &) simd

template <typename T1, typename T2, typename Tout = std::common_type_t<T1, T2>>
KFR_INTRINSIC Tout div(const T1& x, const T2& y)

Division of x by y .

Returns the quotient of the two operands, cast to their common type.

Fully qualified name: kfr::div(const T1 &, const T2 &)

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