[vectorIntrinsics] RFR: 8283316: Add new vector operation REVERSE_BYTES [v4]

Swati Sharma duke at openjdk.java.net
Tue Mar 22 11:03:03 UTC 2022


On Tue, 22 Mar 2022 06:36:53 GMT, Eric Liu <eliu at openjdk.org> wrote:

>> Swati Sharma has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8283316: Reverted the space.
>
> test/jdk/jdk/incubator/vector/Byte128VectorTests.java line 5463:
> 
>> 5461: 
>> 5462: 
>> 5463: 
> 
> Do you have plan to refine the template to remove this block of space ? Perhaps there have some other style issues in the template. I suppose it would be better to address them before upstreaming it to JDK main line.

As suggested by @XiaohongGong we added different template generation commands in top level shell script one for each valid primitive type. These extra spaces is an artifact of that.

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

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


More information about the panama-dev mailing list