mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
fixup! Add uninline-portable feature
This commit is contained in:
parent
52af8293a8
commit
b889295e31
2 changed files with 2 additions and 2 deletions
|
|
@ -325,7 +325,7 @@ impl Fp {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::too_many_arguments)]
|
#[allow(clippy::too_many_arguments)]
|
||||||
#[inline(always)]
|
#[cfg_attr(not(feature = "uninline-portable"), inline(always))]
|
||||||
const fn montgomery_reduce(
|
const fn montgomery_reduce(
|
||||||
r0: u64,
|
r0: u64,
|
||||||
r1: u64,
|
r1: u64,
|
||||||
|
|
|
||||||
|
|
@ -325,7 +325,7 @@ impl Fq {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[allow(clippy::too_many_arguments)]
|
#[allow(clippy::too_many_arguments)]
|
||||||
#[inline(always)]
|
#[cfg_attr(not(feature = "uninline-portable"), inline(always))]
|
||||||
const fn montgomery_reduce(
|
const fn montgomery_reduce(
|
||||||
r0: u64,
|
r0: u64,
|
||||||
r1: u64,
|
r1: u64,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue