From b8f8c56d46a2dd5d1d2cbbc8095c43485b9419c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Tue, 16 Apr 2013 10:28:10 +0200 Subject: [PATCH] Fixed comment typo. --- x86_64/umac-nh-n.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x86_64/umac-nh-n.asm b/x86_64/umac-nh-n.asm index fd145ccd..06e74269 100644 --- a/x86_64/umac-nh-n.asm +++ b/x86_64/umac-nh-n.asm @@ -40,6 +40,7 @@ define(, <%xmm13>) C Copy [0,1,2,3] to [1,1,3,3] define(, 0xf5,>) + C FIXME: Would be nice if we could force the key array to be 16-byte C aligned. @@ -61,7 +62,7 @@ PROLOGUE(_nettle_umac_nh_n) movups 16(KEY), XT2 movups 32(KEY), XK2 lea 48(KEY), KEY - C Leave XK2 untuched, and put permuted keys in XK0, XK1, XT2, XT3 + C Leave XK2 untouched, and put permuted keys in XK0, XK1, XT2, XT3 movaps XK0, XT0 movaps XK0, XK1 -- 2.47.2