On Fri, 27 Jan 2023 06:52:31 GMT, Joe Darcy <da...@openjdk.org> wrote:
> Restarting the port of FDLIBM to Java with the log10 method. > > There are two port, the first a near-transliteration from C port to use as a > test reference in > > test/jdk/java/lang/StrictMath/FdlibmTranslit.java > > and a more idiomatic Java port in > > src/java.base/share/classes/java/lang/FdLibm.java > > First I debug the FdlibmTranslit port by running it against the C version. > Once that is working, I copy the port into the java.lang.FdLibm.java and do a > series of transformation to get the code closer to usual JDK style. This pull request has now been integrated. Changeset: 63bb2ce8 Author: Joe Darcy <da...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/63bb2ce8debdeb7f34bda9a3845fe93cb4d741dd Stats: 222 lines in 4 files changed: 207 ins; 0 del; 15 mod 8301205: Port fdlibm log10 to Java Reviewed-by: bpb ------------- PR: https://git.openjdk.org/jdk/pull/12242