symm/gcm-arm64-pmull.S (mul192): Fix commentary.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 10 Mar 2024 18:05:23 +0000 (18:05 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 10 Mar 2024 18:05:23 +0000 (18:05 +0000)
symm/gcm-arm64-pmull.S

index 0e4bd79..4935e46 100644 (file)
        vshr128 v23, v20, 64            // (0; d_1)
        eor     v16.16b, v16.16b, v21.16b // (x_1; x_0)
        eor     v17.16b, v17.16b, v22.16b // (x_3; x_2)
-       eor     v18.16b, v18.16b, v23.16b // (x_3; x_2)
+       eor     v18.16b, v18.16b, v23.16b // (x_5; x_4)
 
        // Next, the reduction.  Our polynomial this time is p(x) = t^192 +
        // t^7 + t^2 + t + 1.  Yes, the magic numbers are the same as the