mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8279508: Auto-vectorize Math.round API
Reviewed-by: sviswanathan, aph
This commit is contained in:
parent
c1e67b6603
commit
003ec21f3c
25 changed files with 765 additions and 90 deletions
|
@ -4239,6 +4239,7 @@ bool MatchRule::is_vector() const {
|
|||
"FmaVD","FmaVF","PopCountVI", "PopCountVL", "VectorLongToMask",
|
||||
// Next are vector mask ops.
|
||||
"MaskAll", "AndVMask", "OrVMask", "XorVMask", "VectorMaskCast",
|
||||
"RoundVF", "RoundVD",
|
||||
// Next are not supported currently.
|
||||
"PackB","PackS","PackI","PackL","PackF","PackD","Pack2L","Pack2D",
|
||||
"ExtractB","ExtractUB","ExtractC","ExtractS","ExtractI","ExtractL","ExtractF","ExtractD"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue