-
Enhancement
-
Resolution: Fixed
-
P4
-
19
-
b18
-
ppc
Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes by using PPC64 divwu / divu instructions. Cloned from JDK-8282221
Note: UseDivMod optimization needs to get implemented for platforms which don't have a combined instruction. Otherwise, some benchmarks will show regression.
Note: UseDivMod optimization needs to get implemented for platforms which don't have a combined instruction. Otherwise, some benchmarks will show regression.
- clones
-
JDK-8282221 x86 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
-
- Resolved
-