Skip to content
Snippets Groups Projects
Unverified Commit 4b9d9b00 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix check-asm for celt_fir_sse4_1()

parent 3e69410e
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ void celt_fir_sse4_1(const opus_val16 *x,
#if defined(OPUS_CHECK_ASM)
{
opus_val32 sums_c[4] = {0};
xcorr_kernel_c(rnum, x+i-ord, sums, ord);
xcorr_kernel_c(rnum, x+i-ord, sums_c, ord);
#endif
xcorr_kernel(rnum, x+i-ord, sums, ord, arch);
#if defined(OPUS_CHECK_ASM)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment