Function max¶
function max(const T1 &, const T2 &) simd¶
template <numeric T1, numeric T2, typename Tout = std::common_type_t<T1, T2>>
KFR_INTRINSIC Tout max(const T1& x, const T2& y) Returns the greater of two values.
Fully qualified name: kfr::max(const T1 &, const T2 &)
Declared at simd/min_max.hpp:45
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.