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

RISC-V: improve MD5 intrinsic

XMLWordPrintable

    • b24
    • riscv

        We can improve the MD5 intrinsic on RISC-V a bit more:

        * do the buffer loads more incrementally instead of all in one go
        * we don't have to mask off the top 32 bits of a register before an addw (and we don't need the mask32 register)

        The changes show a 1.5%-2% improvement on a VisionFive 2 board.

              tonyp Tony Printezis
              tonyp Tony Printezis
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: