-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIMDSHA512body(): Add redundant initialization of w[] with SSEi_LOOP
This avoids uninitialized warnings with RHEL6's old gcc, and is hopefully optimized out by more reasonable compilers. This new code could also be used without SSEi_LOOP, but trying to do so causes a major performance regression for e.g. sha512crypt with same RHEL6's old gcc, so we continue with memcpy() in the else path for now.
- Loading branch information
Showing
1 changed file
with
38 additions
and
14 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