RFR: 8316592: RISC-V: implement poly1305 intrinsic [v7]
Andrew Haley
aph at openjdk.org
Thu Nov 9 15:07:05 UTC 2023
On Thu, 9 Nov 2023 09:37:38 GMT, Hamlin Li <mli at openjdk.org> wrote:
>> Done.
>
> Thanks for updating.
> Looks safer, but I'm not sure if it's too conservative or not safe enough.
> Can we wait for a while to see how others think about it or what new discoveries have we made about ourselves?
I think the caller does a full mod N reduction of your result in `IntegerPolynomial::final Reduce()`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16417#discussion_r1388139546
More information about the hotspot-compiler-dev
mailing list