Skip to content

Commit bf8757c

Browse files
committed
do not use -fast on ifx
1 parent c3b16be commit bf8757c

File tree

1 file changed

+2
-2
lines changed
  • example_packages/features_per_compiler

1 file changed

+2
-2
lines changed

example_packages/features_per_compiler/fpm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ verbose.flags = "-v"
4444
# Fast feature with base optimization, then per-compiler extensions
4545
fast.flags = "-O3" # Base fast optimization for ALL compilers (applied first)
4646
fast.gfortran.flags = "-Ofast -ffast-math"
47-
fast.ifort.flags = "-fast"
48-
fast.ifx.flags = "-fast"
47+
fast.ifort.flags = "-fp-model fast"
48+
fast.ifx.flags = "-fp-model fast"
4949

5050
# Strict feature with base standard compliance, then per-compiler extensions
5151
strict.flags = "-std=f2018" # Base standard compliance for ALL compilers (applied first)

0 commit comments

Comments
 (0)