Skip to content

Function abs

function abs(const T1 &) simd

template <numeric T1>
KFR_INTRINSIC T1 abs(const T1& x)

Returns the absolute value of x.

Remark

Supports integer and floating-point numbers, scalars, and vec<>.

Fully qualified name: kfr::abs(const T1 &)

Declared at simd/abs.hpp:37

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