intel/compiler: Make brw_private.h and simd selector helpers C++
We don't intend to expose neither to drivers, so it is fine to be C++. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ivan Briano <ivan.briano@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19601>
This commit is contained in:
@@ -115,7 +115,7 @@ libintel_compiler_files = files(
|
||||
'brw_schedule_instructions.cpp',
|
||||
'brw_shader.cpp',
|
||||
'brw_shader.h',
|
||||
'brw_simd_selection.c',
|
||||
'brw_simd_selection.cpp',
|
||||
'brw_vec4_builder.h',
|
||||
'brw_vec4_cmod_propagation.cpp',
|
||||
'brw_vec4_copy_propagation.cpp',
|
||||
|
Reference in New Issue
Block a user