Re: [Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-15 Thread Grazvydas Ignotas
On Fri, Apr 14, 2017 at 8:47 PM, Eric Anholt wrote: > NEON is sufficiently different on arm64 that we can't just reuse this > code. Disable it on arm64 for now. > > Signed-off-by: Eric Anholt > --- > src/gallium/drivers/vc4/vc4_tiling_lt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletio

Re: [Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-14 Thread Emil Velikov
On 14 April 2017 at 19:21, Eric Anholt wrote: > Emil Velikov writes: > >> On 14 April 2017 at 18:47, Eric Anholt wrote: >>> NEON is sufficiently different on arm64 that we can't just reuse this >>> code. Disable it on arm64 for now. >>> >>> Signed-off-by: Eric Anholt >>> --- >>> src/gallium/d

Re: [Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-14 Thread Eric Anholt
Emil Velikov writes: > On 14 April 2017 at 18:47, Eric Anholt wrote: >> NEON is sufficiently different on arm64 that we can't just reuse this >> code. Disable it on arm64 for now. >> >> Signed-off-by: Eric Anholt >> --- >> src/gallium/drivers/vc4/vc4_tiling_lt.c | 4 ++-- >> 1 file changed, 2

Re: [Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-14 Thread Emil Velikov
On 14 April 2017 at 18:47, Eric Anholt wrote: > NEON is sufficiently different on arm64 that we can't just reuse this > code. Disable it on arm64 for now. > > Signed-off-by: Eric Anholt > --- > src/gallium/drivers/vc4/vc4_tiling_lt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >

[Mesa-dev] [PATCH v3 4/4] vc4: Only build the NEON code on arm32.

2017-04-14 Thread Eric Anholt
NEON is sufficiently different on arm64 that we can't just reuse this code. Disable it on arm64 for now. Signed-off-by: Eric Anholt --- src/gallium/drivers/vc4/vc4_tiling_lt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/vc4/vc4_tiling_lt.c b/src/