diff options
Diffstat (limited to 'src/intel/common/gen_device_info.h')
-rw-r--r-- | src/intel/common/gen_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/common/gen_device_info.h b/src/intel/common/gen_device_info.h index 9b635ff178f..b8044d00032 100644 --- a/src/intel/common/gen_device_info.h +++ b/src/intel/common/gen_device_info.h @@ -60,6 +60,7 @@ struct gen_device_info bool has_pln; bool has_64bit_types; + bool has_integer_dword_mul; bool has_compr4; bool has_surface_tile_offset; bool supports_simd16_3src; |