Skip to content

Commit 1a216d3

Browse files
committed
Fixed regression
1 parent 4c282b0 commit 1a216d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/private/dsp/arch/x86/sse/complex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ namespace lsp
339339
__ASM_EMIT ("jae 1b")
340340
__ASM_EMIT ("2:")
341341
// x1 blocks
342-
__ASM_EMIT32("addl $4, %[count]") \
343-
__ASM_EMIT64("add $4, %[count]") \
342+
__ASM_EMIT32("addl $3, %[count]") \
343+
__ASM_EMIT64("add $3, %[count]") \
344344
__ASM_EMIT ("jl 4f")
345345
__ASM_EMIT ("3:")
346346
__ASM_EMIT32("mov %[t_re], %[ptr_re]")

0 commit comments

Comments
 (0)