summaryrefslogtreecommitdiff
path: root/fb
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-03 19:50:15 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-03 19:50:15 +0000
commitb0e67782653033c6518944adfbf23e466bd8bc39 (patch)
treee93902f85a6f665808b1b7e2c0a4f1d700deadcf /fb
parent66500819b1ca730a7b1df400a8368a08cbe49335 (diff)
Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)
Diffstat (limited to 'fb')
-rw-r--r--fb/fbmmx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb/fbmmx.c b/fb/fbmmx.c
index db06ea208..d058ffae4 100644
--- a/fb/fbmmx.c
+++ b/fb/fbmmx.c
@@ -41,7 +41,9 @@
#endif
#include <mmintrin.h>
+#ifdef USE_SSE
#include <xmmintrin.h> /* for _mm_shuffle_pi16 and _MM_SHUFFLE */
+#endif
#ifdef RENDER