projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a02861e
)
vector: don't try to build vector stuff on altivec
author
Lennart Poettering
<lennart@poettering.net>
Mon, 7 Sep 2009 20:32:11 +0000
(22:32 +0200)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 7 Sep 2009 20:32:11 +0000
(22:32 +0200)
src/pulsecore/vector.h
patch
|
blob
|
history
diff --git
a/src/pulsecore/vector.h
b/src/pulsecore/vector.h
index 924e3cb867d4f557fdd604ca8d7324257ae09198..9de3b8cdb61c033c9e27ab8c941cc30f4c383037 100644
(file)
--- 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