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

s390x: Improve vectorization of Match.sqrt() on floats

XMLWordPrintable

    • tbd
    • b16
    • s390x
    • linux

      JDK-8190800 added `VSqrtF` and `SqrtF` nodes to support the vectorization of Match.sqrt() on floats. For s390x port, however, the scalar version of `sqrtF` still uses the old match rule that converts Float to Double first. It can be simplified to just use `SqrtF`.

      The old match rule also affects the vectorization of Math.sqrt() on float.

            sjayagond Sidraya Jayagond
            sjayagond Sidraya Jayagond
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: