mirror of
https://github.com/mpv-player/mpv
synced 2025-03-23 03:37:27 +00:00
1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7589 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3f05bdd0e0
commit
f1f0dbdba3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user