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
On 2023-08-28 @recmo wrote in 585c5ce “Merge pull request #298 from recmo/num-traits”:
Expose actual merged mul_add algo.
impl<constBITS:usize,constLIMBS:usize>MulAddforUint<BITS,LIMBS>{typeOutput = Self;#[inline(always)]fnmul_add(self,a:Self,b:Self) -> Self::Output{// OPT: Expose actual merged mul_add algo.(self* a) + b
}}impl<constBITS:usize,constLIMBS:usize>MulAddAssignforUint<BITS,LIMBS>{
On 2023-08-28 @recmo wrote in
585c5ce
“Merge pull request #298 from recmo/num-traits”:Expose actual merged mul_add algo.
From
src/support/num_traits.rs:207
The text was updated successfully, but these errors were encountered: