fn clamp_float_value<S: Semantics>( intrinsic_name: &str, val: IeeeFloat<S>, ) -> IeeeFloat<S>
Given an floating-point operation and a floating-point value, clamps the result to the output range of the given operation.