We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0527efe commit cefdca4Copy full SHA for cefdca4
include/private/dsp/arch/x86/sse3/pcomplex.h
@@ -754,7 +754,7 @@ namespace lsp
754
* nom = a*c + b*d
755
* corr[i] = (den > threshold) ? nom / sqrt(den) : 0.0
756
*/
757
- ARCH_X86_ASM (
+ ARCH_X86_64_ASM (
758
__ASM_EMIT("xor %[off], %[off]")
759
/* x8 blocks */
760
__ASM_EMIT("sub $8, %[count]") /* count -= 8 */
0 commit comments