File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1174,13 +1174,17 @@ mtargets_res = mod_features.multi_targets(
1174
1174
src_file.process(' src/_simd/_simd_data.inc.src' ),
1175
1175
src_file.process(' src/_simd/_simd.dispatch.c.src' ),
1176
1176
],
1177
+ # Skip validating the sort of `_simd_dispatch` because we execute all these features,
1178
+ # not just the highest interest one. The sorting doesn't matter here,
1179
+ # given the nature of this testing unit.
1180
+ keep_sort : true ,
1177
1181
dispatch : _simd_dispatch,
1178
1182
baseline : _simd_baseline,
1179
1183
prefix : ' NPY_' ,
1180
1184
dependencies : [py_dep, np_core_dep],
1181
1185
include_directories : [' src/_simd' , ' src/npymath' ],
1182
1186
c_args : c_args_common,
1183
- cpp_args : cpp_args_common
1187
+ cpp_args : cpp_args_common,
1184
1188
)
1185
1189
CPU_MTARGETS_LOG += {' _simd.dispatch.h' : mtargets_res[0 ]}
1186
1190
You can’t perform that action at this time.
0 commit comments