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

XMLWordPrintable

    • b18
    • x86

      Optimize the implementation of divideUnsigned() and remainderUnsigned() methods in java.lang.Integer and java.lang.Long classes by using x86 div instruction. The current implementation (without intrinsics) uses idiv instruction. (It is also possible to further optimize the special case of negative divisors using x86 code.)

            Assignee:
            Srinivas Parasa
            Reporter:
            Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: