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

Missing strength reducing transforms for Vector API Div and Mul operations

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None
    • generic
    • generic

       Following strength reduction transforms are missing currently for VectorAPI based explicit vectorization flow.

      Mul X * POT_NUMBER = X << LOG2(POT_NUMBER) [Integral Types]
      Div X / POT_NUMBER = X >> LOG2(POT_NUMBER) [Integral types]

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: