# HG changeset patch # User atmos4 # Date 1011459395 0 # Node ID f1074f0d4969ee60b994295e0c5f35d209cc9bb9 # Parent c2b6d68a06716f1ddf05bf2c3984fb64fb997078 fix mangling with runtime cpu detection diff -r c2b6d68a0671 -r f1074f0d4969 libpostproc/postprocess_template.c --- a/libpostproc/postprocess_template.c Sat Jan 19 05:14:46 2002 +0000 +++ b/libpostproc/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"