[vectorIntrinsics+mask] RFR: 8264563: Add masked vector intrinsics for binary/store operations [v5]
Xiaohong Gong
xgong at openjdk.java.net
Tue Apr 20 07:04:18 UTC 2021
On Tue, 20 Apr 2021 04:45:02 GMT, Jatin Bhateja <jbhateja 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!
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/57
More information about the panama-dev
mailing list