You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check-contracts: Detect contracts separated from prototype by a comment
The previous regex skipped contracts with a block comment between the
prototype's `)` and `__contract__`, silently missing six contracts
(polyvec_basemul_acc_montgomery_cached_asm_k{2,3,4} on both aarch64
and x86_64). Strip comments before matching, and extend the exception
list to cover the `_asm_k{2,3,4}` suffixes alongside `_native`, `_asm`,
and `_avx2`. Also fix a typo in the `_avx2` suffix.
Also align DECREASES_EXCEPTIONS handling with mldsa-native.
- Ported from pq-code-package/mldsa-native#1051.
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
0 commit comments