Re: RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]

2023-02-06 Thread Joe Darcy
On Mon, 6 Feb 2023 11:34:40 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Two more spacing fixes. >> - Implement spacing improvements from code review comments. > > test/jdk/java/lang/St

Re: RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]

2023-02-06 Thread Joe Darcy
> Initial pass of porting FDLIBM sinh/cosh/tanh to Java. I do intend to > refactor the regression tests a bit to reduce duplication, but the actual > ports should be ready for review. > > Diff'ing the ports as before, original vs transliteration port: > > > $ diff -w Hyperbolic.c Hyperbolic.tr

Re: RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]

2023-02-06 Thread Joe Darcy
On Mon, 6 Feb 2023 08:33:37 GMT, Andrey Turbanov wrote: >> Joe Darcy has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Two more spacing fixes. >> - Implement spacing improvements from code review comments. > > src/java.base/share/classe