RFR: 8321001: RISC-V: C2 SignumVF [v5]
Hamlin Li
mli at openjdk.org
Wed Dec 6 14:43:49 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:
Fix vmseq_vv
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16925/files
- new: https://git.openjdk.org/jdk/pull/16925/files/6c30657f..394f68b0
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16925&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16925&range=03-04
Stats: 6 lines in 3 files changed: 0 ins; 1 del; 5 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