Re: [Mesa-dev] [PATCH] android: i965/tiled_memcpy: fix build for x86 generic target

2018-10-30 Thread Tapani Pälli
Yeah, this looks correct. I did not realize x86.mk does not have it since all the targets we use with Celadon have it set. Reviewed-by: Tapani Pälli On 10/29/18 1:59 PM, Mauro Rossi wrote: x86 32 bit generic target does not enable ARCH_X86_HAVE_SSE4_1 for this reason all Android library

[Mesa-dev] [PATCH] android: i965/tiled_memcpy: fix build for x86 generic target

2018-10-29 Thread Mauro Rossi
x86 32 bit generic target does not enable ARCH_X86_HAVE_SSE4_1 for this reason all Android library modules using SSE4_1 in mesa are built conditionally to ARCH_X86_HAVE_SSE4_1 The same approach is now applied to libmesa_intel_tiled_memcpy_sse41 in order to avoid the following building errors: