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

2023-03-28 Thread Joe Darcy
On Mon, 27 Mar 2023 09:43:03 GMT, Raffaello Giulietti wrote: >> Joe Darcy has updated the pull request with a new target base due to a merge >> or a rebase. The incremental webrev excludes the unrelated changes brought >> in by the merge/rebase. The pull request contains three additional commi

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

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