-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sha1: Roll iterations inside transform() into loop
Use 5-round unrolled loops to keep the {a..e} variables consistent with before. The change in key schedule at round 16 is awkward, so leave that block as it was previously. 64: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-2458 (-2458) Function old new delta transform 4433 1975 -2458 Total: Before=55933, After=53475, chg -4.39% 32: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-2140 (-2140) Function old new delta transform 4048 1908 -2140 Total: Before=27030, After=24890, chg -7.92% lto.64: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-2458 (-2458) Function old new delta transform 4433 1975 -2458 Total: Before=55466, After=53008, chg -4.43% lto.32: add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-2140 (-2140) Function old new delta transform 4048 1908 -2140 Total: Before=26298, After=24158, chg -8.14% Signed-off-by: Andrew Cooper <[email protected]> Reviewed-by: Ross Philipson <[email protected]> Reviewed-by: Krystian Hebel <[email protected]> Tested-by: Krystian Hebel <[email protected]>
- Loading branch information
Showing
1 changed file
with
36 additions
and
76 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