Re: [Mesa-dev] [PATCH] AndroidIA: android: Pass sse4.1 flag as appropriate.

2017-03-30 Thread Emil Velikov
Hi Harish, On 28 March 2017 at 19:38, Harish Krupo wrote: > We have functions which depend on sse4.1 support but we didnt pass > the right compile flag for it. This patch fixes it. > Normally you want to include a snipped of the build issue, esp. when it's something non obvious. For future patche

Re: [Mesa-dev] [PATCH] AndroidIA: android: Pass sse4.1 flag as appropriate.

2017-03-28 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 03/28/2017 09:38 PM, Harish Krupo wrote: We have functions which depend on sse4.1 support but we didnt pass the right compile flag for it. This patch fixes it. Signed-off-by: Kalyan Kondapally Signed-off-by: Harish Krupo --- src/mesa/Android.libmesa_sse41.mk |

[Mesa-dev] [PATCH] AndroidIA: android: Pass sse4.1 flag as appropriate.

2017-03-28 Thread Harish Krupo
We have functions which depend on sse4.1 support but we didnt pass the right compile flag for it. This patch fixes it. Signed-off-by: Kalyan Kondapally Signed-off-by: Harish Krupo --- src/mesa/Android.libmesa_sse41.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/Android.libme