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
Math64x61_assert64x61 is expensive! I was able to reduce the step count of a function by close to 60% just by getting rid of that assert where it wasn't necessary (meaning the fixed-point operations were guaranteed to not overflow).
Of course these should be used very carefully, but I think they'd be a useful addition.
The text was updated successfully, but these errors were encountered:
Math64x61_assert64x61
is expensive! I was able to reduce the step count of a function by close to 60% just by getting rid of that assert where it wasn't necessary (meaning the fixed-point operations were guaranteed to not overflow).Of course these should be used very carefully, but I think they'd be a useful addition.
The text was updated successfully, but these errors were encountered: