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

Quan Anh Mai qamai at openjdk.org
Tue Sep 10 12:48:09 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.

This pull request has now been integrated.

Changeset: 38441b3f
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/38441b3f2d0e735089c29a9a9ce441b2d7c75db1
Stats:     1997 lines in 65 files changed: 373 ins; 1302 del; 322 mod

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

Reviewed-by: psandoz

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

PR: https://git.openjdk.org/jdk/pull/20895


More information about the core-libs-dev mailing list