ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor-crypto/openssl/dist/crypto/modes/asm/ghash-x86.pl
(Generate patch)

Comparing vendor-crypto/openssl/dist/crypto/modes/asm/ghash-x86.pl (file contents):
Revision 7388 by laffer1, Fri Jul 17 14:04:28 2015 UTC vs.
Revision 7389 by laffer1, Sat Dec 5 17:55:33 2015 UTC

# Line 346 | Line 346 | $S=12;         # shift factor for rem_4bit
346   # effective address calculation and finally merge of value to Z.hi.
347   # Reference to rem_4bit is scheduled so late that I had to >>4
348   # rem_4bit elements. This resulted in 20-45% procent improvement
349 < # on contemporary µ-archs.
349 > # on contemporary µ-archs.
350   {
351      my $cnt;
352      my $rem_4bit = "eax";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines