Complement fused mac operations on SPARC

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 10
    • Affects Version/s: 10
    • Component/s: 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)

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

              Created:
              Updated:
              Resolved: