Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8285040

PPC64 intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long

XMLWordPrintable

    • 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.

            mdoerr Martin Doerr
            mdoerr Martin Doerr
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: