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

RISC-V: some minor improvements of base64_vector_decode_round

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 24
    • hotspot
    • b16
    • riscv

      `vsetvli(x0, failedIdx, Assembler::e8, lmul, Assembler::mu, Assembler::tu);` => remove mu/tu
      `beq(failedIdx, minusOne, NoFailure);` => remove minusOne, bltz
      jump to end when failedIdx, which means no data to process.

            mli Hamlin Li
            mli Hamlin Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: