mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-14 06:28:26 +02:00
Bug #6346: Build fix when using gcc -mno-sse. (Jonathan Adamczewski)
This commit is contained in:
parent
66500819b1
commit
b0e6778265
2 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -41,7 +41,9 @@
|
|||
#endif
|
||||
|
||||
#include <mmintrin.h>
|
||||
#ifdef USE_SSE
|
||||
#include <xmmintrin.h> /* for _mm_shuffle_pi16 and _MM_SHUFFLE */
|
||||
#endif
|
||||
|
||||
#ifdef RENDER
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue