Re: RFR: JDK-8301392: Port fdlibm log1p to Java [v3]

2023-02-01 Thread Joe Darcy
On Wed, 1 Feb 2023 07:16:25 GMT, Joe Darcy wrote: >> 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 >> differenc

Re: RFR: JDK-8301392: Port fdlibm log1p to Java [v3]

2023-01-31 Thread Joe Darcy
> 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/sh