vector: don't try to build vector stuff on altivec

This commit is contained in:
Lennart Poettering 2009-09-07 22:32:11 +02:00
parent a02861ea99
commit b705a9bb8d

View file

@ -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