Commit 59dd1e05 authored by atmos4's avatar atmos4

fix mangling with runtime cpu detection


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@271 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3d833195
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment