[MPlayer-dev-eng] [PATCH] Enable mp3lib's SSE routines on AMD64.

mark cox melbournemark+ffmpeg-devel at gmail.com
Tue May 8 08:40:00 CEST 2007


Isn't it always true on x86_64 that you have sse?

+#ifdef ARCH_X86_64
+    if (gCpuCaps.hasSSE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

+    {
+    dct64_MMX_func = dct64_sse;
+    mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: using SSE optimized decore!\n");
+    }
+    else
+#endif



More information about the MPlayer-dev-eng mailing list