< prev index next >

src/hotspot/share/opto/classes.hpp

Print this page
rev 47825 : Support vectorization of sqrt for float

@@ -250,10 +250,11 @@
 macro(RoundFloat)
 macro(SafePoint)
 macro(SafePointScalarObject)
 macro(SCMemProj)
 macro(SqrtD)
+macro(SqrtF)
 macro(Start)
 macro(StartOSR)
 macro(StoreB)
 macro(StoreC)
 macro(StoreCM)

@@ -318,10 +319,11 @@
 macro(AbsVF)
 macro(AbsVD)
 macro(NegVF)
 macro(NegVD)
 macro(SqrtVD)
+macro(SqrtVF)
 macro(LShiftCntV)
 macro(RShiftCntV)
 macro(LShiftVB)
 macro(LShiftVS)
 macro(LShiftVI)
< prev index next >