forked from cores/microwatt
Speed up the divider a little
This looks for cases where the next 8 bits of the quotient are obviously going to be zero, because the top 72 bits of the 128-bit dividend register are all zero. In those cases we shift 8 zero bits into the quotient and increase count by 8. We only do this if count < 56. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>jtag-port
parent
d5bc6c8824
commit
a01ffaeb64
Loading…
Reference in New Issue