Skip to content

Commit cefdca4

Browse files
committed
x86_64 assembly fixes
1 parent 0527efe commit cefdca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/private/dsp/arch/x86/sse3/pcomplex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ namespace lsp
754754
* nom = a*c + b*d
755755
* corr[i] = (den > threshold) ? nom / sqrt(den) : 0.0
756756
*/
757-
ARCH_X86_ASM (
757+
ARCH_X86_64_ASM (
758758
__ASM_EMIT("xor %[off], %[off]")
759759
/* x8 blocks */
760760
__ASM_EMIT("sub $8, %[count]") /* count -= 8 */

0 commit comments

Comments
 (0)