Additional flags for ROMS (#27951)
Co-authored-by: mohan babu <mohbabul@amd.com>
This commit is contained in:
parent
6443086222
commit
f754ed9788
@ -71,7 +71,8 @@ def _edit_arch(self, spec, prefix, lib):
|
||||
"""
|
||||
Edit Linux-flang.mk makefile to support AOCC compiler
|
||||
"""
|
||||
fflags = ['-fveclib=AMDLIBM', '-O3', '-ffast-math']
|
||||
fflags = ['-fveclib=AMDLIBM', '-O3', '-ffast-math',
|
||||
'-funroll-loops', '-Mstack_arrays', '-std=f2008']
|
||||
make_aocc = join_path('Compilers',
|
||||
'{0}-{1}.mk'.format(self.arch, lib))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user