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

2023-02-16 Thread Brian Burkhalter
On Wed, 15 Feb 2023 22:44:40 GMT, Joe Darcy wrote: >> 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 translit

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

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