Skip to content

Commit dbe022e

Browse files
committed
*fix previous commit.
1 parent 14be884 commit dbe022e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Simd/SimdAvx2SynetMergedConvolution16bDepthwise.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace Simd
5454
size_t bodyS = bodyX > noseX ? bodyX - noseX : 0;
5555
size_t bodyX2 = AlignLo(bodyS, 2) + noseX;
5656
size_t bodyX4 = AlignLo(bodyS, 4) + noseX;
57-
size_t bodyX8 = AlignLo(bodyS, 8) + noseX;) + noseX;
57+
size_t bodyX8 = AlignLo(bodyS, 8) + noseX;
5858
size_t dstCF = AlignLo(dstC, F);
5959

6060
__m256 _params[2], _bias[1];

0 commit comments

Comments
 (0)