x86: Improve the code generation of MinF/D nodes

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 22
    • Component/s: hotspot

      IEEE754 min can be implemented in x86 using the more efficient sequence:

      vminss xtmp1, src1, src2
      vminss xtmp2, src2, src1
      vorps dst, xtmp1, xtmp2

            Assignee:
            Saranya Natarajan
            Reporter:
            Quan Anh Mai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: