Skip to content

Function sub

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

template <typename T1, typename T2>
constexpr KFR_INTRINSIC std::common_type_t<T1, T2> sub(const T1& x, const T2& y) { … }

Subtraction of two values.

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

Function sub

function sub(initialvalue<T>) simd

template <typename T>
constexpr KFR_INTRINSIC T sub(initialvalue<T>) { … }

Identity element for sub (returns zero).

Fully qualified name: kfr::sub(initialvalue<T>)

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