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
It looks like in this implementation i_relative is always i_min * (1 << (log2(i_relative)). That should make it possible to save a little space by storing only the number of doublings as a uint8_t.
The text was updated successfully, but these errors were encountered:
It looks like in this implementation
i_relative
is alwaysi_min * (1 << (log2(i_relative))
. That should make it possible to save a little space by storing only the number of doublings as a uint8_t.The text was updated successfully, but these errors were encountered: