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
Inline fldmod to allow optimizing division by a compile-time constant
This allows LLVM to generate cheaper operations for dividing by a
constant power-of-ten.
On my machine, this drops the time for multiplying two
FixedDecimal{Int32,2} numbers from 10.30ns to 2.92ns, or around a 70%
improvement.
0 commit comments