errata for comment

(cherry picked from commit f6015c66c2)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
root 2019-09-03 10:38:23 +08:00 committed by Isis Lovecruft
parent 3b79d0fbc4
commit 87a5ed78b7
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -153,7 +153,7 @@ impl ExtendedPoint {
// Set tmp1 = ( S_9, S_6, S_6, S_9)
// b < ( 1.6, 1.6, 1.6, 1.6)
tmp1 = tmp0.shuffle(Shuffle::DBBD);
// Set tmp1 = ( S_8, S_5, S_8, S_5)
// Set tmp0 = ( S_8, S_5, S_8, S_5)
// b < (2.33, 1.01, 2.33, 1.01)
tmp0 = tmp0.shuffle(Shuffle::CACA);