-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
1) Reduce insns in the loop. Original loop was 21 insns (3.5 per word), new loop is 10 insns (3.3 per word). 2) Do not use a loop for residue. We only have to handle 0, 1 and 2 cases. A loop is more overhead.
- Loading branch information
Showing
1 changed file
with
30 additions
and
26 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