Optimizing vector logic not operation

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 15
    • Component/s: hotspot

      - Current Implementation of vector logic not operation performs a Xor operation between the input vector and Broadcasted -1 value which is read from an externally initialized memory.
      - The broadcast operation can be made efficient by replacing a read from external memory (which may cause a cache miss) over non-AVX3 targets.
      - Over AVX3 a single ternary logic instruction is sufficient to replace complete pattern involving Xor and broadcast operation.

            Assignee:
            Jatin Bhateja
            Reporter:
            Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: