start microbenchmarks section

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-03-12 00:00:01 +00:00
parent d53ffcff18
commit f9acdc0525
3 changed files with 12 additions and 3 deletions

View File

@@ -690,6 +690,7 @@ path_properties_tuples = (
'gcc': (
{**gnu_extension_properties, **{'cc_pedantic': False}},
{
'busy_loop.c': {'baremetal': True},
'openmp.c': {'cc_flags': ['-fopenmp', LF]},
}
),