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 d13dc8c commit ee35227Copy full SHA for ee35227
include/private/dsp/arch/x86/avx512/convolution.h
@@ -265,7 +265,7 @@ namespace lsp
265
__ASM_EMIT("jge 300b")
266
267
__ASM_EMIT("400:")
268
- : [dst] __IF32("+m") __IF64("+r") (dst),
+ : [dst] __IF_32("+m") __IF_64("+r") (dst),
269
[k] "+r" (src), [count] "+r" (count),
270
[c] "=&r" (c), [d] "=&r" (d), [clen] "=&r" (clen)
271
: [conv] "m" (conv), [length] "m" (length),
0 commit comments