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>
Thu, 6 Sep 2018 10:55:57 +0000 (11:55 +0100)
commit4aec44c0d9c4c0649c362199fac97efe0a3b38a4
tree7e576ea977ab4dece9f550319a9d8f64e335343d
parentb9fe8ff23dcfe4956be1eac4de0838d4a3720315
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