[vectorIntrinsics] RFR: 8282915: Add new vector operation for reverse bits operation [v2]

Smita Kamath svkamath at openjdk.java.net
Fri Mar 11 01:22:12 UTC 2022


On Fri, 11 Mar 2022 00:44:54 GMT, Quan Anh Mai <duke at openjdk.java.net> wrote:

>> Smita Kamath has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removed additional space and addressed special case
>
> I suggest being more explicit about the operation name because there is `reverseBytes` as well.

@merykitty we have reverseBytes operation in development. I was following the naming convention similar to whats in Integer class (which has Integer.reverse operation).

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

PR: https://git.openjdk.java.net/panama-vector/pull/178


More information about the panama-dev mailing list