[vectorIntrinsics] RFR: x86 intrinsics for zero extension casts

Mai Đặng Quân Anh duke at openjdk.java.net
Thu Oct 28 23:13:44 UTC 2021


This patch implements the zero extension intrinsics for x86. I also fix the bug with the previous implementation where the sign elimination mask is calculated incorrectly and add several tests for this operation. I hope this will be useful.

Thank you very much.

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

Commit messages:
 - vector unsigned cast intrinsics

Changes: https://git.openjdk.java.net/panama-vector/pull/155/files
 Webrev: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=155&range=00
  Stats: 507 lines in 13 files changed: 486 ins; 0 del; 21 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/155.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/155/head:pull/155

PR: https://git.openjdk.java.net/panama-vector/pull/155


More information about the panama-dev mailing list