changeset 7588:8ee95f554262

1l
author arpi
date Wed, 02 Oct 2002 22:30:10 +0000
parents 7b532e4390c1
children 443b440798a5
files libaf/af_resample.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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