RFR: 8339677: [vectorapi] YYYXXXVector::withLaneHelper and laneHelper should use Double::doubleToRawLongBits/Float::floatToRawIntBits
Paul Sandoz
psandoz at openjdk.org
Fri Sep 6 19:55:04 UTC 2024
On Fri, 6 Sep 2024 18:31:00 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:
> Hi,
>
> This patch fixes an issue where we mistakenly use `Double::doubleToLongBits` in `DoubleXXXVector::withLaneHelper` and `DoubleXXXVector::laneHelper`. We should use the raw bit version instead.
>
> Please kindly review, thanks very much.
Looks good!
-------------
Marked as reviewed by psandoz (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20895#pullrequestreview-2287057663
More information about the core-libs-dev
mailing list