On Mon, 6 Feb 2023 11:37:41 GMT, Raffaello Giulietti <rgiulie...@openjdk.org> 
wrote:

>> Joe Darcy has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Correct overflow limit in regression test.
>
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java line 938:
> 
>> 936: 
>> 937:             /* |x| in [log(maxdouble), overflowthresold] */
>> 938:             lx = __LO(x);
> 
> Same concern as above about the transliteration to `__LO(x)`

Right; sinh and cosh overflow at the same input.

-------------

PR: https://git.openjdk.org/jdk/pull/12429

Reply via email to