[vectorIntrinsics] RFR: 8283316: Add new vector operation REVERSE_BYTES [v3]
Jatin Bhateja
jbhateja at openjdk.java.net
Mon Mar 21 17:14:01 UTC 2022
On Mon, 21 Mar 2022 14:28:40 GMT, Swati Sharma <duke at openjdk.java.net> wrote:
>> Hi All,
>>
>> Summary of changes:
>> a) Java implementation of new vector operation REVERSE_BYTES for all integral types.
>> b) Extended existing JTREG and JMH suite with test points corresponding to new operations.
>>
>> Please review and share your feedback.
>>
>> Thanks,
>> Swati
>
> Swati Sharma has updated the pull request incrementally with one additional commit since the last revision:
>
> 8283316: Removed extra typecast.
test/jdk/jdk/incubator/vector/templates/Unit-header.template line 1502:
> 1500: #end[intOrLong]
> 1501: }
> 1502: #end[BITWISE]
Remove this space
test/jdk/jdk/incubator/vector/templates/Unit-header.template line 1502:
> 1500: #end[intOrLong]
> 1501: }
> 1502: #end[BITWISE]
Revert this space, no change in this file.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/181
More information about the panama-dev
mailing list