RFR: 8295762: [Vector API] Update generate_iota_indices for x86_32 after JDK-8293409
Xiaohong Gong
xgong at openjdk.org
Fri Oct 21 04:18:53 UTC 2022
On Fri, 21 Oct 2022 03:55:50 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Many vector api tests fail on x86_32 after JDK-8293409 due to computing incorrect results.
> The reason is that `generate_iota_indices` was updated only for x86_64 in JDK-8293409.
> So let's fix it for x86_32.
>
> Testing:
> - vector api tests on x86_32, all passed
>
> Thanks.
> Best regards,
> Jie
Marked as reviewed by xgong (Committer).
-------------
PR: https://git.openjdk.org/jdk/pull/10807
More information about the hotspot-compiler-dev
mailing list