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

Complement fused mac operations on SPARC

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • hotspot
    • None
    • b31
    • sparc
    • generic

      Patterns not mapped in the C2 back-end for SPARC:

      Single/Double precision fused floating-point neg. multiply-add,
           d = -1 * a * b - c = -(a * b + c)

      Single/Double precision fused floating-point neg. multiply-sub,
           d = -1 * a * b + c = -(a * b - c)

            phedlin Patric Hedlin (Inactive)
            phedlin Patric Hedlin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: