| Index: source/scale_gcc.cc
|
| diff --git a/source/scale_gcc.cc b/source/scale_gcc.cc
|
| index e2f88544b7f5b198f1eaecff91bed45b16fcaf19..1ab5a76274eaba58730f489fba7dd5cebc74f339 100644
|
| --- a/source/scale_gcc.cc
|
| +++ b/source/scale_gcc.cc
|
| @@ -867,7 +867,7 @@ void ScaleFilterCols_SSSE3(uint8* dst_ptr, const uint8* src_ptr,
|
| "pshufb %%xmm5,%%xmm1 \n"
|
| "punpcklwd %%xmm4,%%xmm0 \n"
|
| "psubb %8,%%xmm0 \n" // make pixels signed.
|
| - "pxor %%xmm6,%%xmm1 \n" // 128 -f = (f ^ 127 ) + 1
|
| + "pxor %%xmm6,%%xmm1 \n" // 128 - f = (f ^ 127 ) + 1
|
| "paddusb %%xmm7,%%xmm1 \n"
|
| "pmaddubsw %%xmm0,%%xmm1 \n"
|
| "pextrw $0x1,%%xmm2,%k3 \n"
|
|
|