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

Optimize StubRoutines::dpow() for Math.pow(x, 0.5)

    XMLWordPrintable

Details

    • Enhancement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 17
    • 17
    • hotspot
    • b19

    Description

      pow(x, 0.5) => sqrt(x) // if x >= 0.0 or x is +inf/NaN

      Related discussion is here: https://mail.openjdk.java.net/pipermail/core-libs-dev/2021-April/076220.html

      Attachments

        Issue Links

          Activity

            People

              jiefu Jie Fu
              jiefu Jie Fu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: