Skip to content

function satsub(E1 &&, E2 &&) expressions

template <typename E1, typename E2>
    requires expression_arguments<E1, E2>
KFR_INTRINSIC expression_make_function<fn::satsub, E1, E2> satsub(E1&& x, E2&& y)

Creates an expression that subtracts two arguments using saturation

Defined at base/simd_expressions.hpp:503