RFR: 8341527: AVX-512 intrinsic for SHA3 [v4]
Vladimir Kozlov
kvn at openjdk.org
Wed Oct 16 18:13:10 UTC 2024
On Wed, 16 Oct 2024 16:58:07 GMT, Ferenc Rakoczi <duke at openjdk.org> wrote:
> > This is not a review but I've run some testing with the current patch and found the following two failures on linux-x64-debug:
>
> @chhagedorn could you send me the mach5 command line (or other means) to run these tests?
I think Christian missed additional important flag which limits avx512 features: -XX:+UseKNLSetting
I think you can run any test with it to trigger error because it happens during stub generation.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21352#issuecomment-2417568322
More information about the hotspot-dev
mailing list