We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30d8b6 commit 1c5c19bCopy full SHA for 1c5c19b
lib/meson.build
@@ -34,7 +34,7 @@ if cpp.has_argument('-march=icelake-client')
34
'x86simdsort-icl.cpp',
35
),
36
include_directories : [src],
37
- cpp_args : ['-march=icelake-client'],
+ cpp_args : ['-march=icelake-client', openmpflags],
38
gnu_symbol_visibility : 'inlineshidden',
39
)
40
endif
@@ -45,7 +45,7 @@ if cancompilefp16
45
'x86simdsort-spr.cpp',
46
47
48
- cpp_args : ['-march=sapphirerapids'],
+ cpp_args : ['-march=sapphirerapids', openmpflags],
49
50
51
0 commit comments