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

İsmail Dönmez ismail at namtrac.org
Mon Nov 8 08:07:16 CET 2010


ping?

On Sat, Nov 6, 2010 at 11:34 AM, İsmail Dönmez <ismail at namtrac.org> wrote:
> On Sat, Nov 6, 2010 at 11:30 AM, İsmail Dönmez <ismail at namtrac.org> wrote:
>>
>> 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.
>
> Ooops a small problem in the comment creeped in, use this version instead.
>
> Regards,
> ismail
>


More information about the MPlayer-dev-eng mailing list