RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Brian Burkhalter
bpb at openjdk.org
Fri Feb 24 23:25:08 UTC 2023
On Fri, 24 Feb 2023 18:40:38 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> The wheel of FDLIBM porting turns a notch and sqrt comes into play.
>>
>> While the sqrt operation usually has a hardware implementation that is intrinsified, for completeness a software implementation should be available as well.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Add one one unsigned shift comment.
Go for it.
-------------
Marked as reviewed by bpb (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12736
More information about the core-libs-dev
mailing list