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

2023-02-02 Thread Brian Burkhalter
On Thu, 2 Feb 2023 18:06:00 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 [v5]

2023-02-02 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