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

2023-03-31 Thread Brian Burkhalter
On Fri, 31 Mar 2023 19:23: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 [v4]

2023-03-31 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

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

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

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-27 Thread ExE Boss
On Tue, 21 Mar 2023 06:11:57 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 > first

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-27 Thread Raffaello Giulietti
On Tue, 21 Mar 2023 06:11:57 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 > first

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-22 Thread Andrey Turbanov
On Tue, 21 Mar 2023 06:11:57 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 > first

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-21 Thread Andrey Turbanov
On Tue, 21 Mar 2023 06:11:57 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 > first

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-21 Thread Andrey Turbanov
On Tue, 21 Mar 2023 06:11:57 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 > first

Re: RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-20 Thread Joe Darcy
On Tue, 21 Mar 2023 06:11:57 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 > first

RFR: JDK-8304028: Port fdlibm IEEEremainder to Java

2023-03-20 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 native method i