From: Mark Wooding Date: Fri, 22 Jun 2018 09:21:55 +0000 (+0100) Subject: symm/salsa20-arm-neon.S: Remove extra copy of the state-layout diagram. X-Git-Tag: 2.4.3~19 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/32f241b782ff5f46a1777d0b20c9252b0a72c03e?hp=62bb18d7b2fec62977a8e5f60bddfe1869e03021 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. --- 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.