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

AMD64 needs to be brought up to parity with x86

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 6
    • 6
    • hotspot
    • mustang
    • generic
    • solaris_8

    Description

      AMD64 currently does not handle the same intrinsics as x86 (SIN, COS, LOG, etc).

      ad_amd64.cpp:
      const bool Matcher::modFSupported(void) { return false; }
      const bool Matcher::modDSupported(void) { return false; }
      const bool Matcher::sinDSupported(void) { return false; }
      const bool Matcher::cosDSupported(void) { return false; }
      const bool Matcher::tanDSupported(void) { return false; }
      const bool Matcher::atanDSupported(void) { return false; }

      Attachments

        Activity

          People

            azeemj Azeem Jiva
            azeemj Azeem Jiva
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: