mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8190800: Support vectorization of Math.sqrt() on floats
Reviewed-by: vlivanov, kvn
This commit is contained in:
parent
b6d123f660
commit
9b6a428212
13 changed files with 172 additions and 8 deletions
|
@ -252,6 +252,7 @@ macro(SafePoint)
|
|||
macro(SafePointScalarObject)
|
||||
macro(SCMemProj)
|
||||
macro(SqrtD)
|
||||
macro(SqrtF)
|
||||
macro(Start)
|
||||
macro(StartOSR)
|
||||
macro(StoreB)
|
||||
|
@ -320,6 +321,7 @@ macro(AbsVD)
|
|||
macro(NegVF)
|
||||
macro(NegVD)
|
||||
macro(SqrtVD)
|
||||
macro(SqrtVF)
|
||||
macro(LShiftCntV)
|
||||
macro(RShiftCntV)
|
||||
macro(LShiftVB)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue