RFR: 8279651: [vectorapi] Implement the missing intrinsics for casting from integrals on x64

Quan Anh Mai duke at openjdk.java.net
Mon Jan 10 00:44:53 UTC 2022


Hi,

This patch implements the remaining casts from integral types on x64.

Thank you very much.

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

Commit messages:
 - fix predicates, add flagReg
 - misplaced parenthesis
 - further fixes
 - guard
 - implement bs2f
 - fix
 - fix, test, comments
 - Merge branch 'master' into vLongToFD
 - initial commit

Changes: https://git.openjdk.java.net/jdk/pull/7002/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7002&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8279651
  Stats: 211 lines in 5 files changed: 187 ins; 16 del; 8 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7002.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7002/head:pull/7002

PR: https://git.openjdk.java.net/jdk/pull/7002


More information about the hotspot-compiler-dev mailing list