On Wed, 12 Mar 2025 13:42:33 GMT, Ferenc Rakoczi <d...@openjdk.org> wrote:

>> By using the AVX-512 vector registers the speed of the computation of the 
>> ML-DSA algorithms (key generation, document signing, signature verification) 
>> can be approximately doubled.
>
> Ferenc Rakoczi has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Added validity test for the intrinsics.

test/jdk/sun/security/provider/acvp/Launcher.java line 43:

> 41:  * @modules java.base/sun.security.provider
> 42:  * @run main Launcher
> 43:  * @run main/othervm -Xcomp Launcher

Thank you for adding this case. Please add it as a separate testcase:
/*
 * @test 
 * @summary Test verifies intrinsic implementation. 
 * @library /test/lib
 * @modules java.base/sun.security.provider
 * @run main/othervm -Xcomp Launcher
 */

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23860#discussion_r1991769739

Reply via email to