[MPlayer-dev-eng] [PATCH] mp3lib/dct64_sse.c: Explicitly use short versions of fist, fistp instructions

İsmail Dönmez ismail at namtrac.org
Sat Nov 6 10:30:42 CET 2010


Hi;

mp3lib/dct64_sse.c uses fist and fistp instructions without explicitly
providing a length. Gas just maps this to the short version. Clang doesn't
do this automatically and it shouldn't. Attached patch fixes this by using
fists/fistps instructions explicitly.

Please review & apply.

Regards,
ismail
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fist.patch
Type: application/octet-stream
Size: 4719 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20101106/30635d6d/attachment.obj>


More information about the MPlayer-dev-eng mailing list