Skip to content

Function absmin

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

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

Returns the smaller in magnitude of two values.

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

Declared at simd/min_max.hpp:54

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