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

x86: Improve the code generation of MinF/D nodes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 22
    • 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

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

              Created:
              Updated: