Skip to content

Commit

Permalink
x86_64 assembly fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Dec 16, 2024
1 parent 0527efe commit cefdca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/private/dsp/arch/x86/sse3/pcomplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ namespace lsp
* nom = a*c + b*d
* corr[i] = (den > threshold) ? nom / sqrt(den) : 0.0
*/
ARCH_X86_ASM (
ARCH_X86_64_ASM (
__ASM_EMIT("xor %[off], %[off]")
/* x8 blocks */
__ASM_EMIT("sub $8, %[count]") /* count -= 8 */
Expand Down

0 comments on commit cefdca4

Please sign in to comment.