diff --git a/pixman/pixman-x86.c b/pixman/pixman-x86.c index 0130b7b..f42b299 100644 --- a/pixman/pixman-x86.c +++ b/pixman/pixman-x86.c @@ -72,6 +72,8 @@ detect_cpu_features (void) return features; } +#elif defined(__e2k__) +#define detect_cpu_features() -1 #else #define _PIXMAN_X86_64 \ diff --git a/test/utils-prng.h b/test/utils-prng.h index f9ae8dd..c2efbbd 100644 --- a/test/utils-prng.h +++ b/test/utils-prng.h @@ -77,6 +77,10 @@ #include "pixman-private.h" +#ifdef __e2k__ +#undef HAVE_GCC_VECTOR_EXTENSIONS +#endif + /*****************************************************************************/ #ifdef HAVE_GCC_VECTOR_EXTENSIONS