summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'postproc/postprocess_template.c')
-rw-r--r--postproc/postprocess_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/postproc/postprocess_template.c b/postproc/postprocess_template.c
index 7a8614f5c2..daf22cb299 100644
--- a/postproc/postprocess_template.c
+++ b/postproc/postprocess_template.c
@@ -1119,10 +1119,10 @@ src-=8;
"psubusw %%mm1, %%mm5 \n\t" // ld
- "movq w05, %%mm2 \n\t" // 5
+ "movq "MANGLE(w05)", %%mm2 \n\t" // 5
"pmullw %%mm2, %%mm4 \n\t"
"pmullw %%mm2, %%mm5 \n\t"
- "movq w20, %%mm2 \n\t" // 32
+ "movq "MANGLE(w20)", %%mm2 \n\t" // 32
"paddw %%mm2, %%mm4 \n\t"
"paddw %%mm2, %%mm5 \n\t"
"psrlw $6, %%mm4 \n\t"