mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8282711: Accelerate Math.signum function for AVX and AVX512 target.
Reviewed-by: sviswanathan, thartmann
This commit is contained in:
parent
0a4a6403bb
commit
e4066628ad
13 changed files with 337 additions and 2 deletions
|
@ -4237,7 +4237,7 @@ bool MatchRule::is_vector() const {
|
|||
"VectorCastL2X", "VectorCastF2X", "VectorCastD2X",
|
||||
"VectorUCastB2X", "VectorUCastS2X", "VectorUCastI2X",
|
||||
"VectorMaskWrapper","VectorMaskCmp","VectorReinterpret","LoadVectorMasked","StoreVectorMasked",
|
||||
"FmaVD","FmaVF","PopCountVI", "PopCountVL", "VectorLongToMask",
|
||||
"FmaVD","FmaVF","PopCountVI", "PopCountVL", "SignumVF", "SignumVD", "VectorLongToMask",
|
||||
// Next are vector mask ops.
|
||||
"MaskAll", "AndVMask", "OrVMask", "XorVMask", "VectorMaskCast",
|
||||
"RoundVF", "RoundVD",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue