mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8135028: support for vectorizing double precision sqrt
Reviewed-by: kvn, twisti
This commit is contained in:
parent
559bf7ef6e
commit
e75f5a5cde
9 changed files with 213 additions and 0 deletions
|
@ -4143,6 +4143,7 @@ bool MatchRule::is_vector() const {
|
|||
"SubVB","SubVS","SubVI","SubVL","SubVF","SubVD",
|
||||
"MulVS","MulVI","MulVL","MulVF","MulVD",
|
||||
"DivVF","DivVD",
|
||||
"SqrtVD",
|
||||
"AndV" ,"XorV" ,"OrV",
|
||||
"AddReductionVI", "AddReductionVL",
|
||||
"AddReductionVF", "AddReductionVD",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue