-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 22
-
Component/s: hotspot
-
x86
IEEE754 min can be implemented in x86 using the more efficient sequence:
vminss xtmp1, src1, src2
vminss xtmp2, src2, src1
vorps dst, xtmp1, xtmp2
vminss xtmp1, src1, src2
vminss xtmp2, src2, src1
vorps dst, xtmp1, xtmp2