]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
arm: Moved sha1 and sha256 assembly to v6 subdirectory (master 89eb8070683409bcd0dfda...
authorNiels Möller <nisse@lysator.liu.se>
Tue, 21 May 2013 07:07:48 +0000 (09:07 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 21 May 2013 07:07:48 +0000 (09:07 +0200)
ChangeLog
arm/v6/sha1-compress.asm [moved from arm/sha1-compress.asm with 100% similarity]
arm/v6/sha256-compress.asm [moved from arm/sha256-compress.asm with 100% similarity]

index 5e65d1aac8463888e9321edf92cd3db7da09bc1b..7e5763da59eaa959e678b73cab9e349d88984648 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2013-05-21  Niels Möller  <nisse@lysator.liu.se>
 
+       From master (2013-05-20):
+       * arm/v6/sha1-compress.asm: Moved into v6 directory, since it uses
+       the v6 instruction uadd8, sel and rev.
+       * arm/v6/sha256-compress.asm: Likewise.
+
        From master (2013-05-15):
        * configure.ac (asm_path): Handle armv6 and armv7 differently from
        older ARMs. Add the arm/v6 directory to asm_path when appropriate.