Re: [Mesa-dev] [PATCH] i965: Compile with -msse3

2017-07-14 Thread Matt Turner
On Fri, Jul 14, 2017 at 6:36 PM, Ian Romanick wrote: > On 07/14/2017 06:35 PM, Ian Romanick wrote: >> On 07/14/2017 12:19 PM, Matt Turner wrote: >>> All CPUs that can be paired with a GPU supported by i965_dri.so supports >>> SSE3. This allows us to ensure that some vectorized version of the tiled

Re: [Mesa-dev] [PATCH] i965: Compile with -msse3

2017-07-14 Thread Ian Romanick
On 07/14/2017 06:35 PM, Ian Romanick wrote: > On 07/14/2017 12:19 PM, Matt Turner wrote: >> All CPUs that can be paired with a GPU supported by i965_dri.so supports >> SSE3. This allows us to ensure that some vectorized version of the tiled >> memcpy path is enabled on 32-bit systems. > > Yes. It

Re: [Mesa-dev] [PATCH] i965: Compile with -msse3

2017-07-14 Thread Ian Romanick
On 07/14/2017 12:19 PM, Matt Turner wrote: > All CPUs that can be paired with a GPU supported by i965_dri.so supports > SSE3. This allows us to ensure that some vectorized version of the tiled > memcpy path is enabled on 32-bit systems. Yes. It might be worth noting in the commit message that eve

Re: [Mesa-dev] [PATCH] i965: Compile with -msse3

2017-07-14 Thread Kenneth Graunke
On Friday, July 14, 2017 12:19:39 PM PDT Matt Turner wrote: > All CPUs that can be paired with a GPU supported by i965_dri.so supports > SSE3. This allows us to ensure that some vectorized version of the tiled > memcpy path is enabled on 32-bit systems. > > This also ensures that __builtin_ia32_cl

[Mesa-dev] [PATCH] i965: Compile with -msse3

2017-07-14 Thread Matt Turner
All CPUs that can be paired with a GPU supported by i965_dri.so supports SSE3. This allows us to ensure that some vectorized version of the tiled memcpy path is enabled on 32-bit systems. This also ensures that __builtin_ia32_clflush is always usable. Bugzilla: https://bugs.freedesktop.org/show_b