Only include xmmintrin.h if USE_SSE is defined.

This commit is contained in:
Billy Biggs 2005-09-18 19:52:08 +00:00
parent 0978f97e9e
commit 759166f795
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2005-09-18 Billy Biggs <vektor@dumbterm.net>
* src/fbmmx.c: Only include xmmintrin.h if USE_SSE is defined.
2005-09-15 Billy Biggs <vektor@dumbterm.net>
Bug #4414, reviewed by otaylor, cworth.

View file

@ -44,7 +44,9 @@
#endif
#include <mmintrin.h>
#ifdef USE_SSE
#include <xmmintrin.h> /* for _mm_shuffle_pi16 and _MM_SHUFFLE */
#endif
#ifdef RENDER