From: Brian Date: Sat, 26 Apr 2008 00:46:29 +0000 (-0600) Subject: use PIPE_ARCH_X86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a94aad297d9804688f888a5112326104a5d00e07;p=mesa.git use PIPE_ARCH_X86 --- diff --git a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c index 559370e613a..9061e00b635 100755 --- a/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c +++ b/src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c @@ -34,7 +34,7 @@ #include "rtasm/rtasm_x86sse.h" -#if defined(__i386__) || defined(__386__) +#ifdef PIPE_ARCH_X86 #define HIGH_PRECISION 1 /* for 1/sqrt() */ @@ -2181,4 +2181,4 @@ tgsi_emit_sse2( return ok; } -#endif /* i386 */ +#endif /* PIPE_ARCH_X86 */