From 9866230ee4d5db97abf5d413608930bccee1672b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Tue, 21 May 2013 09:07:48 +0200 Subject: [PATCH] arm: Moved sha1 and sha256 assembly to v6 subdirectory (master 89eb8070683409bcd0dfda330231fbab70a4a939). --- ChangeLog | 5 +++++ arm/{ => v6}/sha1-compress.asm | 0 arm/{ => v6}/sha256-compress.asm | 0 3 files changed, 5 insertions(+) rename arm/{ => v6}/sha1-compress.asm (100%) rename arm/{ => v6}/sha256-compress.asm (100%) diff --git a/ChangeLog b/ChangeLog index 5e65d1aa..7e5763da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-05-21 Niels Möller + 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. diff --git a/arm/sha1-compress.asm b/arm/v6/sha1-compress.asm similarity index 100% rename from arm/sha1-compress.asm rename to arm/v6/sha1-compress.asm diff --git a/arm/sha256-compress.asm b/arm/v6/sha256-compress.asm similarity index 100% rename from arm/sha256-compress.asm rename to arm/v6/sha256-compress.asm -- 2.47.2