Fix non-x86 build.
authorMichel Dänzer <michel@tungstengraphics.com>
Tue, 6 Nov 2007 09:16:34 +0000 (10:16 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Tue, 6 Nov 2007 09:16:34 +0000 (10:16 +0100)
src/mesa/pipe/tgsi/exec/tgsi_sse2.c

index bc20d9c..a5c6e1a 100755 (executable)
@@ -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 */