[PATCH v2 4/8] math: Remove the SVID error handling from sinh

DJ Delorie dj@redhat.com
Wed Mar 11 21:42:24 GMT 2026


Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:
> diff --git a/sysdeps/ieee754/dbl-64/math_config.h b/sysdeps/ieee754/dbl-64/math_config.h
> index dd0a4494e3..9c428f9a8a 100644
> --- a/sysdeps/ieee754/dbl-64/math_config.h
> +++ b/sysdeps/ieee754/dbl-64/math_config.h
> @@ -185,6 +185,9 @@ make_double (uint64_t x, int64_t ep, uint64_t s)
>  
>  /* The result overflows.  */
>  attribute_hidden double __math_oflow (uint32_t);
> +/* The result overflow, raise the exception, set errno, and returns the
> +   value.  */

s/overflow/overflows/

Otherwise LGTM
Reviewed-by: DJ Delorie <dj@redhat.com>



More information about the Libc-alpha mailing list