Merge branch 'gallium-vertex-linear' into gallium-0.1
[mesa.git] / src / gallium / auxiliary / rtasm / rtasm_x86sse.c
index 2415b0156ba742e7c1a2026ec53fb6357a5f7f1a..698389ffb7b4f078f0f2e705c55f39507c9d076f 100644 (file)
@@ -21,7 +21,9 @@
  *
  **************************************************************************/
 
-#if defined(__i386__) || defined(__386__) || defined(i386)
+#include "pipe/p_config.h"
+
+#if defined(PIPE_ARCH_X86)
 
 #include "pipe/p_compiler.h"
 #include "pipe/p_debug.h"