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
The maximum value for the invPow5 function is 342, which means the
offset table needs 342 * 2 = 684 bits or > 21 32-bit values. Add the
missing values by computing them based off the full table values.
Signed-off-by: Keith Packard <keithp@keithp.com>
0 commit comments