diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 16:56:35 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-19 16:56:35 +0000 |
commit | 3e63fad5b5e36f442bbcfa37810c5f2454a06afa (patch) | |
tree | 397b528d4e2f52cb623c80db86e25fc325d1ae9d /postproc | |
parent | e624cbbce35184dc9211cf2e8315653b1e5b0ce7 (diff) | |
download | mpv-3e63fad5b5e36f442bbcfa37810c5f2454a06afa.tar.bz2 mpv-3e63fad5b5e36f442bbcfa37810c5f2454a06afa.tar.xz |
fix mangling with runtime cpu detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-rw-r--r-- | postproc/postprocess_template.c | 4 |
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" |