RFR: 8319184: RISC-V: improve MD5 intrinsic [v5]
Antonios Printezis
tonyp at openjdk.org
Wed Nov 8 16:03:38 UTC 2023
> Tweaks to the RISC-V MD5 intrinsic.
>
> * do the loads from the buffer more incrementally instead of all in one go
> * don't mask off the top 32 bits of a register before an addw instruction, as addw will ignore them anyway
> * remove the rmask32 register, as the mask is not needed any more (only at the start / end and it's
> * cleanup some of the register usage
Antonios Printezis has updated the pull request incrementally with one additional commit since the last revision:
fixed indentation issue
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16453/files
- new: https://git.openjdk.org/jdk/pull/16453/files/d8a480ce..57196365
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16453&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16453&range=03-04
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16453.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16453/head:pull/16453
PR: https://git.openjdk.org/jdk/pull/16453
More information about the hotspot-compiler-dev
mailing list