[vectorIntrinsics+mask] RFR: 8264563: Add masked vector intrinsics for binary/store operations [v5]

Jatin Bhateja jbhateja at openjdk.java.net
Tue Apr 20 14:52:23 UTC 2021


On Tue, 20 Apr 2021 07:00:58 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

> > Would prefer suggested cleanup to be done along with this patch instead of pending it to next one.
> > Rest of the changes looks ok.
> 
> I‘m sorry that I mislead you before. Currently the `binaryOp` cannot be cleanup since it is used by the vector mask `and/or/xor`. I will try to look at whether it can be replaced with `binaryMaskOp` as well. If so, we can have a separate patch for this. WDYT? Thanks!

Since for a non-masked operation null is being passed to binaryMaskOp so VectorMask.and/or/xor/not APIs seems no different.

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

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


More information about the panama-dev mailing list