gallium: implement tests for PPC/PPC64
[mesa.git] / src / gallium / include / pipe / p_config.h
index ef05547819deea1d73d954864a20796cd1f79f29..05cbd2fc4df594fd0a103ef8eaa2230d25e09209 100644 (file)
 #endif
 #endif
 
-#if 0 /* FIXME */
+#if defined(__PPC__)
 #define PIPE_ARCH_PPC
+#if defined(__PPC64__)
+#define PIPE_ARCH_PPC_64
+#endif
 #endif