We shift as many bits as we can into the high register, perform 32-bit division with modulo there, then work through the remaining bits with long division. This optimization is especially noticeable for smaller dividends that barely use the high register. * src/base/ftcalc.c (ft_div64by32): Updated.2.6.5
parent
c0ce72a6de
commit
7abdb8ccea
2 changed files with 25 additions and 7 deletions
Loading…
Reference in new issue