summaryrefslogtreecommitdiff
path: root/x86_64/sha512-compress.asm
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2013-04-16 15:38:15 +0200
committerNiels Möller <nisse@lysator.liu.se>2013-04-16 15:38:15 +0200
commit081483815557570dee6009ae46d66ed43a42c407 (patch)
treea89311be413620bff1645ac4ded75c2e29bfafa5 /x86_64/sha512-compress.asm
parente1646357a32fc37f98c9c54e6cdabee12dd50119 (diff)
downloadnettle-081483815557570dee6009ae46d66ed43a42c407.tar.gz
Switch to non-logarithmic ALIGN macro.
Diffstat (limited to 'x86_64/sha512-compress.asm')
-rw-r--r--x86_64/sha512-compress.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64/sha512-compress.asm b/x86_64/sha512-compress.asm
index d54ebda3..21df82a2 100644
--- a/x86_64/sha512-compress.asm
+++ b/x86_64/sha512-compress.asm
@@ -114,7 +114,7 @@ define(<NOEXPN>, <
C _nettle_sha512_compress(uint64_t *state, const uint8_t *input, const uint64_t *k)
.text
- ALIGN(4)
+ ALIGN(16)
PROLOGUE(_nettle_sha512_compress)
W64_ENTRY(3, 0)
@@ -137,7 +137,7 @@ PROLOGUE(_nettle_sha512_compress)
mov 48(STATE), SG
mov 56(STATE), SH
xor COUNT, COUNT
- ALIGN(4)
+ ALIGN(16)
.Loop1:
NOEXPN(0) ROUND(SA,SB,SC,SD,SE,SF,SG,SH,0)