On Fri, 6 Sep 2024 18:31:00 GMT, Quan Anh Mai <qa...@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 <qa...@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