]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Sun, 20 Sep 2009 18:38:15 +0000 (20:38 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 20 Sep 2009 18:38:15 +0000 (20:38 +0200)
Rev: nettle/ChangeLog:1.40

ChangeLog

index 8288f36d68cbeeffff55ec207fe699c5fee8473b..9a034067a0ea188655564b78cc79ac7747433ceb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2009-09-20  Niels Möller  <nisse@lysator.liu.se>
+
+       * x86/sha1-compress.asm: Improved performance by 17% on AMD K7,
+       by letting loopmix scramble the instruction order.
+
+2009-09-15  Niels Möller  <nisse@lysator.liu.se>
+
+       * x86/sha1-compress.asm: Cleanup, removing old cruft. Slight
+       improvement to ROUND_F1_NOEXP. Slight reduction of
+       dependency-chains.
+
 2009-08-25  Niels Möller  <nisse@lysator.liu.se>
 
        * x86/sha1-compress.asm: Eliminated tmp variable for f3 rounds.