Integrated: JDK-8304028: Port fdlibm IEEEremainder to Java
Joe Darcy
darcy at openjdk.org
Fri Mar 31 19:51:28 UTC 2023
On Tue, 21 Mar 2023 06:11:57 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Last but not least, a port of fdlibm IEEEremainder from C to Java. I plan to write some more implementation-specific tests around decision points in the FDLIBM algorithm, but I wanted to get the bulk of the changes out for review first.
>
> Note that since IEEEremainder was the last native method in StrictMath.java, the StrictMath.c file needed to be deleted (or modified) since StrictMath.h was no longer generated as part of the build. (StrictMath.c was one of the file deleted as part of JDK-8302801).
>
> For testing, Mach 5 tier 1 through 3 were successful (other than an unrelated test failure that was problem listed) and the exhaustive test was locally run and passed with "16, 16" to increase the testing density.
This pull request has now been integrated.
Changeset: abfb9008
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/abfb9008291a65dc76fa8cc740265d43a0d8aa4b
Stats: 843 lines in 7 files changed: 714 ins; 127 del; 2 mod
8304028: Port fdlibm IEEEremainder to Java
Reviewed-by: bpb
-------------
PR: https://git.openjdk.org/jdk/pull/13113
More information about the core-libs-dev
mailing list