RFR: 8370150: Add StrictMath microbenchmarks to cover FDLIBM algorithms [v3]

Raffaello Giulietti rgiulietti at openjdk.org
Fri Oct 31 13:35:05 UTC 2025


On Wed, 29 Oct 2025 22:58:28 GMT, Sergey Kuksenko <skuksenko at openjdk.org> wrote:

>> Add StrictMath microbenchmarks to cover FDLIBM algorithms
>> 
>> The methods that require fdlibm semantics are sin, cos, tan, asin, acos, atan, exp, log, log10, cbrt, atan2, pow, sinh, cosh, tanh, hypot, expm1, and log1p.
>
> Sergey Kuksenko has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - Merge branch 'JDK-8370150' of github.com:kuksenko/jdk into JDK-8370150
>  - update after review

Marked as reviewed by rgiulietti (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/27881#pullrequestreview-3404299747


More information about the core-libs-dev mailing list