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

AArch64: Implement Base64.encodeBlock accelerator/intrinsic

XMLWordPrintable

    • b24
    • aarch64
    • linux

        Base64.encodeBlock are not intrinsified on aarch64, which has been done on x86_64.

        We can implement it with LD3/TBL instruction, a basic idea: http://0x80.pl/articles/base64-simd-neon.html#encoding-quadwords.
        The performance improvements shown there are promising.

        The usage of TBL instruction: https://developer.arm.com/documentation/dui0801/g/A64-SIMD-Vector-Instructions/TBL--vector-?lang=en.

              dongbo Dong Bo
              dongbo Dong Bo
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: