Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java [v3]

2023-03-31 Thread Brian Burkhalter
On Wed, 29 Mar 2023 04:21:10 GMT, Joe Darcy wrote: >> Last but not least, a port of fdlibm IEEEremainder from C to Java. I plan to >> write some more implementation-specific tests around decision points in the >> FDLIBM algorithm, but I wanted to get the bulk of the changes out for review >> f

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java [v3]

2023-03-31 Thread Raffaello Giulietti
On Wed, 29 Mar 2023 04:21:10 GMT, Joe Darcy wrote: >> Last but not least, a port of fdlibm IEEEremainder from C to Java. I plan to >> write some more implementation-specific tests around decision points in the >> FDLIBM algorithm, but I wanted to get the bulk of the changes out for review >> f

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java [v3]

2023-03-28 Thread Joe Darcy
> Last but not least, a port of fdlibm IEEEremainder from C to Java. I plan to > write some more implementation-specific tests around decision points in the > FDLIBM algorithm, but I wanted to get the bulk of the changes out for review > first. > > Note that since IEEEremainder was the last nat