Integrated: 8295762: [Vector API] Update generate_iota_indices for x86_32 after JDK-8293409

Jie Fu jiefu at openjdk.org
Sat Oct 22 03:53:20 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

This pull request has now been integrated.

Changeset: adad59ee
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/adad59ee11b84958f127d04835762b4f0fd5fb21
Stats:     91 lines in 1 file changed: 91 ins; 0 del; 0 mod

8295762: [Vector API] Update generate_iota_indices for x86_32 after JDK-8293409

Reviewed-by: xgong, kvn

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

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


More information about the hotspot-compiler-dev mailing list