mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 07:50:30 +01:00
Fix non-x86 build.
This commit is contained in:
parent
c6499a741c
commit
0ab2c84ce9
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
|||
#include "tgsi_core.h"
|
||||
#include "x86/rtasm/x86sse.h"
|
||||
|
||||
#ifdef USE_X86_ASM
|
||||
|
||||
#define DUMP_SSE 0
|
||||
|
||||
#if DUMP_SSE
|
||||
|
|
@ -2325,3 +2327,5 @@ tgsi_emit_sse2_fs(
|
|||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif /* USE_X86_ASM */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue