-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement division by constant _DB using multiplication
Doubles the performance over bits.Div(n1, n0, _DB) on x86 and x86_64. While it theoretically benefits all base-_DB arithmetic primitives, it prevents them from being inlined, leading to diminishing returns until we start manipulating numbers > 100 Words.
- Loading branch information
Showing
8 changed files
with
347 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.