fixup! Add `uninline-portable` feature

This commit is contained in:
Tomas Krnak 2022-10-13 11:07:19 +02:00
parent 52af8293a8
commit b889295e31
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ impl Fp {
}
#[allow(clippy::too_many_arguments)]
#[inline(always)]
#[cfg_attr(not(feature = "uninline-portable"), inline(always))]
const fn montgomery_reduce(
r0: u64,
r1: u64,

View File

@ -325,7 +325,7 @@ impl Fq {
}
#[allow(clippy::too_many_arguments)]
#[inline(always)]
#[cfg_attr(not(feature = "uninline-portable"), inline(always))]
const fn montgomery_reduce(
r0: u64,
r1: u64,