Improve CRC32C intrinsic with crypto pmull on AArch64

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: 17, 20, 21
    • Component/s: hotspot
    • b13

      Instruction pmull and pmull2 support operating on 64-bit data in Cryptographic Extension. The execution throughput of this form raises from 1 on Neoverse N1 to 4 on Neoverse V1 while the latency remains 2. The CRC32C instructions did not changed: latency 2, throughput 1. As a result, computing CRC32C using pmull could perform better than using crc32c instruction.

            Assignee:
            Yi-Fan Tsai
            Reporter:
            Yi-Fan Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: