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 f1fa1a1 commit 621f207Copy full SHA for 621f207
test/framework/toolchain.py
@@ -709,7 +709,7 @@ def test_optarch_generic(self):
709
tcs = {
710
'gompi': ('2018a', "-march=x86-64 -mtune=generic"),
711
'iccifort': ('2018.1.163', "-xSSE2 -ftz -fp-speculation=safe -fp-model source"),
712
- 'intel-compilers': ('2021.4.0', "-xSSE2 -fp-speculation=safe -fp-model precise"),
+ 'intel-compilers': ('2021.4.0', "-march=x86-64 -mtune=generic -fp-speculation=safe -fp-model precise"),
713
}
714
for tcopt_optarch in [False, True]:
715
for tcname in tcs:
0 commit comments