i965: Compile with -msse3
authorMatt Turner <mattst88@gmail.com>
Fri, 7 Jul 2017 04:31:05 +0000 (21:31 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 14 Jul 2017 23:54:43 +0000 (16:54 -0700)
commit6b05c080f202c25531f59b547d5e6ba339cedd09
tree185d58f613b1c034335588dad9b87eed0434f2da
parentc7af6d2690386f89993cadb6aabd92b74556ad6a
i965: Compile with -msse3

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_bug.cgi?id=101774
Tested-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/Makefile.am