kfr
kfr copied to clipboard
clamp overload error
The clamp function used with 2 arg raise error:
error: no matching function for call to 'clamp' return intrinsics::clamp(static_cast<Tout>(x), static_cast<Tout>(hi));
when call with explicit lo and hi, the compilation is ok