[vectorIntrinsics] RFR: 8275025: Unable to inline vectmask convert
Jatin Bhateja
jbhateja at openjdk.java.net
Mon Oct 11 06:27:17 UTC 2021
On Mon, 11 Oct 2021 06:16:26 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
> JDK-8274631 introduced a fix with typo, which blocked all vector mask cast operations, since currently a vector mask type is also a vector type (See Type::isa_vect()).
Marked as reviewed by jbhateja (Committer).
Hi @nsjian , verified the fix works for X86.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/151
More information about the panama-dev
mailing list