[cairo-commit] cairo/pixman/src fbmmx.c,1.7,1.8

Billy Biggs commit at pdx.freedesktop.org
Sun Sep 18 19:52:11 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/pixman/src
In directory gabe:/tmp/cvs-serv1419/src

Modified Files:
	fbmmx.c 
Log Message:
	* src/fbmmx.c: Only include xmmintrin.h if USE_SSE is defined.



Index: fbmmx.c
===================================================================
RCS file: /cvs/cairo/cairo/pixman/src/fbmmx.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fbmmx.c	19 Sep 2005 02:34:36 -0000	1.7
+++ fbmmx.c	19 Sep 2005 02:52:09 -0000	1.8
@@ -44,7 +44,9 @@
 #endif
 
 #include <mmintrin.h>
+#ifdef USE_SSE
 #include <xmmintrin.h> /* for _mm_shuffle_pi16 and _MM_SHUFFLE */
+#endif
 
 #ifdef RENDER
 



More information about the cairo-commit mailing list