[vectorIntrinsics+mask] Integrated: 8273264: AArch64: [vector] Add missing rules for VectorMaskCast
Eric Liu
eliu at openjdk.java.net
Sat Sep 18 01:24:01 UTC 2021
On Mon, 13 Sep 2021 10:48:40 GMT, Eric Liu <eliu at openjdk.org> wrote:
> This patch
> 1. Adds missing rules for VectorMaskCast for compatible species, E.g.
> ByteVector.SPECIES_64 --> ShortVector.SPECIES_128
> 2. Fixes a matching failure on AArch64.
>
> The performance improves about 60% compared with the unintrinsified
> version.
This pull request has now been integrated.
Changeset: b44662ab
Author: Eric Liu <eliu at openjdk.org>
URL: https://git.openjdk.java.net/panama-vector/commit/b44662abce715e9a669144ecd515b3cef04ae923
Stats: 714 lines in 12 files changed: 636 ins; 0 del; 78 mod
8273264: AArch64: [vector] Add missing rules for VectorMaskCast
Co-authored-by: Ningsheng Jian <njian at openjdk.org>
Reviewed-by: njian, psandoz
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/124
More information about the panama-dev
mailing list