-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIMDSHA512body(): Add compile-time toggle for all-zeroes optimization
And turn off the manual optimization since it started causing a major sha512crypt performance regression on AVX with RHEL6's old gcc after the iterated hashing commit. There appear to be no regressions from turning this off now, meaning that the compiler is hopefully able to figure the zeroes out now that they're written to w[] by this very function.
- Loading branch information
Showing
1 changed file
with
24 additions
and
16 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