On Fri, 17 Oct 2025 22:37:47 GMT, Sergey Kuksenko <[email protected]> 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. This pull request has now been integrated. Changeset: 2158719a Author: Sergey Kuksenko <[email protected]> URL: https://git.openjdk.org/jdk/commit/2158719aab5f3ab652225113b5205070e9241995 Stats: 674 lines in 1 file changed: 674 ins; 0 del; 0 mod 8370150: Add StrictMath microbenchmarks to cover FDLIBM algorithms Reviewed-by: rgiulietti ------------- PR: https://git.openjdk.org/jdk/pull/27881
