[Intel-gfx] [PATCH i-g-t 3/7] lib: Fix compilation on non-x86
Chris Wilson
chris at chris-wilson.co.uk
Tue Oct 17 22:05:03 UTC 2017
Quoting Thierry Reding (2017-10-12 14:29:39)
> diff --git a/lib/igt_x86.h b/lib/igt_x86.h
> index d6dcfa108331..27b7f0fd5837 100644
> --- a/lib/igt_x86.h
> +++ b/lib/igt_x86.h
> @@ -40,7 +40,7 @@
> #define AVX 0x80
> #define AVX2 0x100
>
> -#if defined(__x86_64__)
> +#if defined(__x86_64__) || defined(__i386__)
> unsigned igt_x86_features(void);
> char *igt_x86_features_to_string(unsigned features, char *line);
This by itself is a build regression from 2a74ae550842. Would be nice to
get this fixed irrespective of the meson fixes.
-Chris
More information about the dri-devel
mailing list