From bf1595c488080bae84656956987994bf37fa2df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=BCnemann?= Date: Sat, 19 Jan 2002 16:56:35 +0000 Subject: [PATCH] fix mangling with runtime cpu detection Originally committed as revision 4254 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/postprocess_template.c | 4 ++-- 1 file 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"