Skip to content

Commit

Permalink
Merge branch 'master' into cire_dim_names
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt authored Feb 12, 2024
2 parents f168d84 + 8c86bc2 commit e83e6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devito/arch/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@ def __init_finalize__(self, **kwargs):
self.cflags += ['-Wno-unused-result', '-Wno-unused-variable']
if not configuration['safe-math']:
self.cflags.append('-ffast-math')
self.cflags.append('-fdenormal-fp-math=ieee')

language = kwargs.pop('language', configuration['language'])
platform = kwargs.pop('platform', configuration['platform'])
Expand Down

0 comments on commit e83e6b7

Please sign in to comment.