Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)

This commit is contained in:
Adam Jackson 2006-04-03 19:50:15 +00:00
parent 66500819b1
commit b0e6778265
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-04-03 Adam Jackson <ajax@freedesktop.org>
* fb/fbmmx.c:
Bug #6346: Build fix when using gcc -mno-sse. (Jonathan
Adamczewski)
2006-04-03 Daniel Stone <daniel@freedesktop.org>
* xkb/xkbUtils.c:

View File

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