[vectorIntrinsics] RFR: 8282915: Add new vector operation for reverse bits operation
Smita Kamath
svkamath at openjdk.java.net
Thu Mar 10 23:12:19 UTC 2022
On Thu, 10 Mar 2022 07:17:34 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Hi,
>>
>> I've added support for new vector operations for reversing bits of integral vector types(Byte/Short/Integer/Long).
>> Currently, this PR addresses only Java changes for reverse operation. I've also updated the test framework.
>> Do review and share feedback.
>
> test/jdk/jdk/incubator/vector/templates/Unit-header.template line 1503:
>
>> 1501: }
>> 1502:
>> 1503:
>
> Remove one extra line?
Will fix it. Thank you.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/178
More information about the panama-dev
mailing list