mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 13:36:26 +08:00
fix mangling with runtime cpu detection
Originally committed as revision 4254 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@ -1119,10 +1119,10 @@ src-=8;
|
|||||||
"psubusw %%mm1, %%mm5 \n\t" // ld
|
"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, %%mm4 \n\t"
|
||||||
"pmullw %%mm2, %%mm5 \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, %%mm4 \n\t"
|
||||||
"paddw %%mm2, %%mm5 \n\t"
|
"paddw %%mm2, %%mm5 \n\t"
|
||||||
"psrlw $6, %%mm4 \n\t"
|
"psrlw $6, %%mm4 \n\t"
|
||||||
|
Reference in New Issue
Block a user