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

Quan Anh Mai qamai at openjdk.org
Tue Apr 4 00:43:31 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.

This pull request has been closed without being integrated.

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

PR: https://git.openjdk.org/panama-vector/pull/212


More information about the panama-dev mailing list