mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
include pipe/tgsi/exec/tgsi_sse2.h if needed. Silences warning.
This commit is contained in:
parent
b2ad30d571
commit
3d9bdaa80b
1 changed files with 3 additions and 1 deletions
|
|
@ -33,12 +33,14 @@
|
|||
|
||||
#include "pipe/p_util.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#if defined(__i386__) || defined(__386__)
|
||||
#include "pipe/tgsi/exec/tgsi_sse2.h"
|
||||
#endif
|
||||
#include "draw_private.h"
|
||||
#include "draw_context.h"
|
||||
#include "draw_vertex.h"
|
||||
|
||||
#include "x86/rtasm/x86sse.h"
|
||||
|
||||
#include "pipe/llvm/gallivm.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue