[vectorIntrinsics] RFR: 8305461: [vectorapi] Add VectorMask::xor, rename VectorMask::eq to VectorMask::xorNot

Quan Anh Mai qamai at openjdk.org
Mon Apr 3 18:24:33 UTC 2023


On Mon, 3 Apr 2023 13:40:33 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> Hi,
> 
> This patch adds `VectorMask::xor` to the public API, as well as renames `VectorMask::eq` to `VectorMask::xorNot` for consistency with other logical operations. I also add unit tests for all logical vector operations to `test/jdk/jdk/incubator/vector`. Please kindly review and give your opinions on this change.
> 
> Thanks a lot.

Thanks for your suggestion, I have reverted the change to rename `VectorMask::eq` and push the [new patch](https://github.com/openjdk/jdk/pull/13277) to the main repo. I have also attempted to create a CSR for the patch, please take a look.

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

PR Comment: https://git.openjdk.org/panama-vector/pull/212#issuecomment-1494775104


More information about the panama-dev mailing list