# HG changeset patch # User arpi # Date 1033597810 0 # Node ID 8ee95f554262562cb7d5804721fcdcbd0f5858a1 # Parent 7b532e4390c1f5aab35a40e69506e0930078ee8f 1l diff -r 7b532e4390c1 -r 8ee95f554262 libaf/af_resample.c --- a/libaf/af_resample.c Wed Oct 02 22:13:14 2002 +0000 +++ b/libaf/af_resample.c Wed Oct 02 22:30:10 2002 +0000 @@ -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