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
@MikhailKuzntsov1 @AndreyZhelannikov
I suggest to convert all our functions into 128 bit format or even bigger for the ease of working with overflows. We can simply do all the math operations and if it overflows we simply make our number fit into 96 bits (dividing and abs value by 10) + bank rounding.
This should work and will make our functions a lot simpler, we just have to revamp the logic of the binary API a bit :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
@MikhailKuzntsov1 @AndreyZhelannikov
I suggest to convert all our functions into 128 bit format or even bigger for the ease of working with overflows. We can simply do all the math operations and if it overflows we simply make our number fit into 96 bits (dividing and abs value by 10) + bank rounding.
This should work and will make our functions a lot simpler, we just have to revamp the logic of the binary API a bit :)
Beta Was this translation helpful? Give feedback.
All reactions