RFR: 8341527: AVX-512 intrinsic for SHA3 [v4]

Volodymyr Paprotski duke at openjdk.org
Tue Oct 15 23:04:10 UTC 2024


On Tue, 15 Oct 2024 15:51:47 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:

> I rather keep the code compact.

Just to make sure we were on the same page. I was suggesting an experiment that would not have substantially changed the C++ line count, but replaced the runtime asm loop with compile time C++ loop (at cost of _generated code_ size, which is perhaps what you meant?)

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/21352#discussion_r1802109976


More information about the hotspot-dev mailing list