ref: f250588c7636859c0a2b75b78f7acd776a677c23
parent: 64207f0711f7c017b20c7d1d13b78d99e4a0b236
author: Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet@gmail.com>
date: Fri Dec 21 10:17:54 EST 2018
looprestoration: correct comment in AVX2 sgr_box5_v
--- a/src/x86/looprestoration.asm
+++ b/src/x86/looprestoration.asm
@@ -802,7 +802,7 @@
mov ylimd, edged
and ylimd, 8 ; have_bottom
shr ylimd, 2
- sub ylimd, 3 ; -2 if have_bottom=0, else 0
+ sub ylimd, 3 ; -3 if have_bottom=0, else -1
.loop_x:
lea yd, [hd+ylimd+2]
lea sumsq_ptrq, [sumsqq+xq*4+4-(384+16)*4]