1 parent 14be884 commit dbe022eCopy full SHA for dbe022e
1 file changed
src/Simd/SimdAvx2SynetMergedConvolution16bDepthwise.cpp
@@ -54,7 +54,7 @@ namespace Simd
54
size_t bodyS = bodyX > noseX ? bodyX - noseX : 0;
55
size_t bodyX2 = AlignLo(bodyS, 2) + noseX;
56
size_t bodyX4 = AlignLo(bodyS, 4) + noseX;
57
- size_t bodyX8 = AlignLo(bodyS, 8) + noseX;) + noseX;
+ size_t bodyX8 = AlignLo(bodyS, 8) + noseX;
58
size_t dstCF = AlignLo(dstC, F);
59
60
__m256 _params[2], _bias[1];
0 commit comments