Skip to content

Commit da0c929

Browse files
committed
Correct new CPP directives following rebase
Signed-off-by: Rod Chapman <[email protected]>
1 parent 75e025c commit da0c929

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

mlkem/ntt.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,3 +727,10 @@ void poly_invntt_tomont(poly *p)
727727
debug_assert_abs_bound(p, MLKEM_N, INVNTT_BOUND);
728728
}
729729
#endif /* MLKEM_USE_NATIVE_INTT */
730+
731+
#else /* MLKEM_NATIVE_MULTILEVEL_BUILD_NO_SHARED */
732+
733+
#define empty_cu_ntt MLKEM_NAMESPACE_K(empty_cu_ntt)
734+
int empty_cu_ntt;
735+
736+
#endif /* MLKEM_NATIVE_MULTILEVEL_BUILD_NO_SHARED */

mlkem/ntt.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ __contract__(
7070
assigns(memory_slice(r, sizeof(poly)))
7171
ensures(array_abs_bound(r->coeffs, 0, MLKEM_N, INVNTT_BOUND))
7272
);
73+
74+
#endif /* NTT_H */

0 commit comments

Comments
 (0)