RFR: 8339677: [vectorapi] YYYXXXVector::withLaneHelper and laneHelper should use Double::doubleToRawLongBits/Float::floatToRawIntBits

Jaikiran Pai jpai at openjdk.org
Sat Sep 7 04:50:03 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.

Hello @merykitty, there are several files in this PR with just copyright year updates and no other change. Is that intentional?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20895#issuecomment-2335040747


More information about the core-libs-dev mailing list