intel/compiler/fs: Don't generate integer DWord multiply on Gen11
authorMatt Turner <mattst88@gmail.com>
Mon, 23 Oct 2017 17:44:39 +0000 (10:44 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 28 Feb 2018 19:15:47 +0000 (11:15 -0800)
commit3a584a15c0b1dd6c31a6520a0f749306f48d5782
tree2d61172b60df79b1dd8c16422b65608652436ee4
parent432674ce93ceee2abd7e0cc4171bc36a499d4c1f
intel/compiler/fs: Don't generate integer DWord multiply on Gen11

Like CHV et al., Gen11 does not support 32x32 -> 32/64-bit integer
multiplies.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/intel/common/gen_device_info.c
src/intel/common/gen_device_info.h
src/intel/compiler/brw_fs.cpp