[MPlayer-dev-eng] mp3lib sse optim disabled?

Arpi arpi at thot.banki.hu
Sat Sep 21 22:27:28 CEST 2002


Hi,

while fixing Diego's mmxext vs. 3dnowex bug, i've found that the SSE
version of dct functions in mp3lib are disabled:

#if 0
    if(accel & MM_ACCEL_X86_SSE)
    {
        /* SSE version is buggy */
        synth_func = synth_1to1_MMX;
        dct64_MMX_func = dct64_MMX_sse;
        mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: using SSE optimized decore!\n");
    }
    else
#endif

is there any plans to fix? is it really buggy at all?
i remember using sse version long time ago, but maybe i'm wrong :(


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list