1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-23 03:37:27 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7589 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-02 22:30:10 +00:00
parent 3f05bdd0e0
commit f1f0dbdba3

View File

@ -32,7 +32,7 @@
slow and to 16 if the machine is fast and has MMX.
*/
#if defined(HAVE_SSE) && !defined(HAVE_3DNOW) // This machine is slow
#if !defined(HAVE_SSE) && !defined(HAVE_3DNOW) // This machine is slow
#define L 8 // Filter length
// Unrolled loop to speed up execution