[vectorIntrinsics+fp16] RFR: 8295992: Add support for iotaShuffle and addIndex APIs for Halffloat vector type.
Jatin Bhateja
jbhateja at openjdk.org
Thu Nov 3 17:10:10 UTC 2022
On Sat, 29 Oct 2022 03:36:20 GMT, Swati Sharma <duke at openjdk.org> wrote:
> Hi All,
>
> The patch contains the below changes:
> - Java vector API changes to support iotaShuffle and addIndex operations for Halffloat vectors.
> - Re enable generation of test points for these APIs in vector API test automation script.
>
> Please review and provide your feedback.
>
> Thanks,
> Swati
test/jdk/jdk/incubator/vector/HalffloatMaxVectorTests.java line 1364:
> 1362: static void smokeTest2() {
> 1363: // Do some zipping and shuffling.
> 1364: HalffloatVector io = (HalffloatVector) SPECIES.broadcast(0).addIndex(1);
Why is this commented out for Max species and enabled for all others ?
-------------
PR: https://git.openjdk.org/panama-vector/pull/207
More information about the panama-dev
mailing list