RFR: 8370150: Add StrictMath microbenchmarks to cover FDLIBM algorithms

Sergey Kuksenko skuksenko at openjdk.org
Fri Oct 17 22:43:26 UTC 2025


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.

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

Commit messages:
 - 8370150: Add StrictMath microbenchmarks to cover FDLIBM algorithms

Changes: https://git.openjdk.org/jdk/pull/27881/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27881&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8370150
  Stats: 672 lines in 1 file changed: 672 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/27881.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27881/head:pull/27881

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


More information about the core-libs-dev mailing list