-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Milestone
Description
Suggested by Torbjörn Granlund (personal communication):
"
Division:
The DIVQ instruction is terrible. Don't ever use it. You might
want to take a look at "Improved Division by Invariant Integers" by
me and a collegue of mine. Your loop will become about 10 times
faster. You need to apply this also to generic division (not just the
one-divisor-word case.
"
(paper reference: https://gmplib.org/~tege/division-paper.pdf)