RFR: 8321001: RISC-V: C2 SignumVF [v4]
Hamlin Li
mli at openjdk.org
Wed Dec 6 11:36:57 UTC 2023
> Hi,
> Can you review the patch to add intrinisc SignumVF/SignumVD on riscv?
> Thanks
>
> ## Test
> test/hotspot/jtreg/compiler/intrinsics/
> test/hotspot/jtreg/compiler/vectorapi/
> and tests found via:
> grep -nr test/hotspot/jtreg/ -we Math.signum
> and test found via:
> grep -nr test/jdk/ -we Math.signum
Hamlin Li has updated the pull request incrementally with one additional commit since the last revision:
remove extra code
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16925/files
- new: https://git.openjdk.org/jdk/pull/16925/files/3dddd029..6c30657f
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16925&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16925&range=02-03
Stats: 6 lines in 2 files changed: 0 ins; 5 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/16925.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16925/head:pull/16925
PR: https://git.openjdk.org/jdk/pull/16925
More information about the hotspot-compiler-dev
mailing list