[vectorIntrinsics+mask] RFR: 8264563: Add masked vector intrinsics for binary/store operations [v8]
Paul Sandoz
psandoz at openjdk.java.net
Thu Apr 29 15:33:59 UTC 2021
On Thu, 29 Apr 2021 04:13:02 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
> The type cast exception will be thrown out inside `checkMaskFromIndexSize(offset, vsp, m, 1, a.length);` if the species are not matched. And we can see there is `m.allTrue()` at the begining of `intoArray`.
>
> Anyway, adding this check is also ok for me. I can add it if adding the check looks better for you.
Let's revisit after you integrate. We can iterate on this with additional PRs.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/57
More information about the panama-dev
mailing list