symm/salsa20-arm-neon.S: Remove extra copy of the state-layout diagram.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 22 Jun 2018 09:21:55 +0000 (10:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 23 Jun 2018 10:23:41 +0000 (11:23 +0100)
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

index cea4019..80ed8f0 100644 (file)
@@ -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.