Skip to content

Commit b9d9fbb

Browse files
committed
try
1 parent 273cd64 commit b9d9fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/num/code.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ static inline void num_ssm_sub_mod_immed(
14051405
num_ssm_normalize(num_1, pos_1, n);
14061406
}
14071407

1408-
[[gnu::always_inline]]
1408+
ONLY_PRD([[gnu::always_inline]])
14091409
STATIC INLINE void num_ssm_opposite(num_p num, uint64_t pos, uint64_t n)
14101410
{
14111411
CLU_HANDLER_IS_SAFE(num)

0 commit comments

Comments
 (0)