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
Following #612
The codebase should use simple div by 32 instead of divmod when using ceil3
How:
use native cairo division when we are sure the number being divided is a multiple
look for all calls to divmod and unsigned_div_rem, if the number being divided is a multiple of the divider, then replace by native cairo operation and document it
The text was updated successfully, but these errors were encountered:
Following #612
The codebase should use simple div by 32 instead of divmod when using ceil3
How:
The text was updated successfully, but these errors were encountered: