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:
Caio Oliveira
2022-11-07 17:35:16 -08:00
committed by Marge Bot
parent fb7de303ba
commit a943dbf475
3 changed files with 4 additions and 12 deletions

View File

@@ -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',