[jdk16] Integrated: 8259213: Vector conversion with part > 0 is not getting intrinsic implementation

Sandhya Viswanathan sviswanathan at openjdk.java.net
Tue Jan 5 17:44:59 UTC 2021


On Tue, 5 Jan 2021 01:03:55 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

> Vector conversion with part > 0 is implemented using slice(origin, vector) instead of slice(origin).
> The slice(origin) has intrinsic implementation whereas slice(origin, vector) doesn’t.
> Slice(origin) is written using vector API methods like rearrange and blend which all have intrinsic implementations.
> Also, VectorIntrinsics.VECTOR_ACCESS_OOB_CHECK code is missing from rearrange checkIndexes.
> 
> Please review this patch which fixes the above issue.
> 
> Best Regards,
> Sandhya

This pull request has now been integrated.

Changeset: 50bf4330
Author:    Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk16/commit/50bf4330
Stats:     10 lines in 2 files changed: 6 ins; 0 del; 4 mod

8259213: Vector conversion with part > 0 is not getting intrinsic implementation

Reviewed-by: psandoz

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

PR: https://git.openjdk.java.net/jdk16/pull/79


More information about the core-libs-dev mailing list