> Another day, another PR to port FDLBIM to Java, this time for the log1p 
> method.
> 
> Other than using the two-argument form of the __HI method in Java 
> transliteration version rather than C macro, there are no appreciable 
> differences between the original C source in 
> 
> src/java.base/share/native/libfdlibm/s_log1p.c
> 
> and the transliteration for testing purposes in
> 
> test/jdk/java/lang/StrictMath/FdlibmTranslit.java
> 
> The more idiomatic port in
> 
> src/java.base/share/classes/java/lang/FdLibm.java
> 
> has had a series of transformation applied layering on the transliteration. 
> The intermediate commits show the progress.
> 
> The regression tests include probing around input values the implementation 
> uses to decided which branch to take.

Joe Darcy has updated the pull request incrementally with two additional 
commits since the last revision:

 - Appease jcheck.
 - Fix typo; improve tests.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/12301/files
  - new: https://git.openjdk.org/jdk/pull/12301/files/acd3693f..87a14ecc

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=12301&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=12301&range=01-02

  Stats: 30 lines in 2 files changed: 19 ins; 1 del; 10 mod
  Patch: https://git.openjdk.org/jdk/pull/12301.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12301/head:pull/12301

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

Reply via email to