RFR: 8318158: RISC-V: implement roundD/roundF intrinsics
Andrew Haley
aph at openjdk.org
Fri Oct 27 15:21:36 UTC 2023
On Thu, 26 Oct 2023 17:20:49 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:
> Please, review this Implementation of the roundD/roundF intrinsics for RISC-V platform. As shown below the output for RISC-V instructions and Java methods differs only for NaN argument.
I doubt that. Check the result for all x in float, x < 0 && abs(x) < 0x1.0p23f
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16382#issuecomment-1783093253
More information about the hotspot-dev
mailing list