> 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

Sandhya Viswanathan has updated the pull request incrementally with one 
additional commit since the last revision:

  update copyright year

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

Changes:
  - all: https://git.openjdk.java.net/jdk16/pull/79/files
  - new: https://git.openjdk.java.net/jdk16/pull/79/files/c283812f..29ed8e43

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk16&pr=79&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk16&pr=79&range=00-01

  Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.java.net/jdk16/pull/79.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/79/head:pull/79

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

Reply via email to