mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
vector: don't try to build vector stuff on altivec
This commit is contained in:
parent
a02861ea99
commit
b705a9bb8d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue