summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/vector.h')
-rw-r--r--src/pulsecore/vector.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/vector.h b/src/pulsecore/vector.h
index 924e3cb8..9de3b8cd 100644
--- a/src/pulsecore/vector.h
+++ b/src/pulsecore/vector.h
@@ -23,7 +23,8 @@
#include <inttypes.h>
/* First, define HAVE_VECTOR if we have the gcc vector extensions at all */
-#if defined(__SSE2__) || defined(__ALTIVEC__)
+#if defined(__SSE2__)
+ /* || defined(__ALTIVEC__)*/
#define HAVE_VECTOR