From 32f241b782ff5f46a1777d0b20c9252b0a72c03e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 22 Jun 2018 10:21:55 +0100 Subject: [PATCH 1/1] symm/salsa20-arm-neon.S: Remove extra copy of the state-layout diagram. I think this is leftover debris from when I was first figuring out this layout, but it certainly doesn't belong here. --- symm/salsa20-arm-neon.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/symm/salsa20-arm-neon.S b/symm/salsa20-arm-neon.S index cea40192..80ed8f06 100644 --- a/symm/salsa20-arm-neon.S +++ b/symm/salsa20-arm-neon.S @@ -71,11 +71,6 @@ FUNC(salsa20_core_arm_neon) // [ 8 9 10 11] [ 8 13 2 7] (c, q10) // [12 13 14 15] [12 1 6 11] (d, q11) // - // [ 0 1 2 3] (a, q8) - // [ 4 5 6 7] (b, q9) - // [ 8 9 10 11] (c, q10) - // [12 13 14 15] (d, q11) - // // We need a copy for later. Rather than waste time copying them by // hand, we'll use the three-address nature of the instruction set. // But this means that the main loop is offset by a bit. -- 2.11.0