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

Different values computed by C2 and interpreter/C1 for Math.pow(x, 2.0) on x86_32

XMLWordPrintable

    • b20
    • x86

      Different values may be computed by C2 and interpreter for Math.pow(x, 2.0) on x86_32.

      E.g., for Math.pow(1.0 / 2047, 2.0),
      the interpreter would get 2.38651580386563E-7,
               the C2 would get 2.3865158038656307E-7.

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

              Created:
              Updated:
              Resolved: