[vectorIntrinsics] RFR: 8255437: [vector] jdk/incubator/vector/SelectFromByteMaxVectorTests fails with Arm SVE 2048-bits [v2]
Xiaohong Gong
xgong at openjdk.java.net
Fri Oct 30 09:11:03 UTC 2020
On Thu, 29 Oct 2020 16:22:50 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Xiaohong Gong has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>>
>> 8255437: [vector] jdk/incubator/vector/SelectFromByteMaxVectorTests fails with Arm SVE 2048-bits
>
> test/jdk/jdk/incubator/vector/templates/Unit-header.template line 1187:
>
>> 1185: withToStringBi("shuffle[random]", (Integer l, Integer m) -> {
>> 1186: $type$[] a = new $type$[l];
>> 1187: #if[ByteMax]
>
> You could probably simplify this a bit by rename argument `m` to `upper` and updating it for `ByteMax`, thereby the loop code remains the same.
Hi @PaulSandoz thanks for looking at this PR. I'v updated the patch to make sure the loop code remain the same. Could you please to take a look at it again? Thanks!
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/19
More information about the panama-dev
mailing list