i965/tools: 32bit compilation with meson
authorSergii Romantsov <sergii.romantsov@gmail.com>
Thu, 6 Sep 2018 09:59:47 +0000 (12:59 +0300)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Fri, 7 Sep 2018 12:46:48 +0000 (13:46 +0100)
commit97fcccb25ed5f55139c03ebc1c71742f0f25f683
tree5663f637135dccaf2b85470849a638f081e680c0
parentd709f127927cb0ad40d5bf4eaec33c3c27f7738a
i965/tools: 32bit compilation with meson

Building of 32bit mesa with meson causes issue:
"implicit declaration of function â€˜__builtin_ia32_clflush’".
Fixed by adding msse2 compilation flag.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107843
Fixes: 314879f7fec0 (i965: Fix asynchronous mappings on !LLC platforms.)
Signed-off-by: Sergii Romantsov <sergii.romantsov@globallogic.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/tools/meson.build