Skip to content

Commit dd6ecd7

Browse files
committed
Fix warning
1 parent 5c58a34 commit dd6ecd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/yup_dsp/convolution/yup_PartitionedConvolver.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ class PartitionedConvolver::DirectFIR
235235

236236
#elif YUP_USE_SSE_INTRINSICS
237237
__m128 vacc = _mm_setzero_ps();
238-
std::size_t i = 0;
239238
#if YUP_USE_FMA_INTRINSICS
240239
for (; i + 4 <= len; i += 4)
241240
{

0 commit comments

Comments
 (0)