Skip to content

Function absmax

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

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

Returns the greater in magnitude of two values.

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

Declared at simd/min_max.hpp:63

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