intel/compiler: Require C++17
Fixes: 6c194ddd18
("intel/compiler: Prepare SIMD selection helpers to handle different prog_datas")
Signed-off-by: Mykhailo Skorokhodov <mykhailo.skorokhodov@globallogic.com>
Acked-by: Caio Oliveira <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19833>
This commit is contained in:

committed by
Marge Bot

parent
11a607dbc8
commit
a9602134a3
@@ -161,6 +161,7 @@ libintel_compiler = static_library(
|
||||
[libintel_compiler_files, brw_nir_trig, ir_expression_operation_h],
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_intel],
|
||||
c_args : [no_override_init_args],
|
||||
override_options: ['cpp_std=c++17'],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
dependencies : [idep_nir_headers, idep_mesautil],
|
||||
build_by_default : false,
|
||||
|
Reference in New Issue
Block a user