changeset 4253:4b39bde9f7ad

fix mangling with runtime cpu detection
author atmos4
date Sat, 19 Jan 2002 16:56:35 +0000
parents d74d4d26b87b
children f04c49aa2408
files postproc/postprocess_template.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/postprocess_template.c	Sat Jan 19 15:01:28 2002 +0000
+++ b/postproc/postprocess_template.c	Sat Jan 19 16:56:35 2002 +0000
@@ -1119,10 +1119,10 @@
 		"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"