Re: RFR: 8345512: Removed intrinsics helper functions in ML-DSA and ML-KEM

2024-12-04 Thread Weijun Wang
On Wed, 4 Dec 2024 20:48:25 GMT, Ben Perez wrote: > 8345512: Removed intrinsics helper functions in ML-DSA and ML-KEM Remove the `import jdk.internal.vm.annotation.IntrinsicCandidate` line at the top of `ML_DSA`. Remove `MONT_ZETAS_FOR_VECTOR_NTT_ARR`, `MONT_ZETAS_FOR_VECTOR_INVERSE_NTT_ARR`,

Re: RFR: 8345512: Removed intrinsics helper functions in ML-DSA and ML-KEM [v2]

2024-12-04 Thread Ben Perez
> 8345512: Removed intrinsics helper functions in ML-DSA and ML-KEM Ben Perez has updated the pull request incrementally with one additional commit since the last revision: removed unnecessary zeta arrays - Changes: - all: https://git.openjdk.org/jdk/pull/22561/files - new: h