Merge pull request #1494 from aw1621107/add-frounding-math
cc: Add -frounding-math to list of ignored flags
This commit is contained in:
commit
bffa38308b
@ -160,7 +160,7 @@ class Cmd
|
|||||||
"-fcaller-saves", "-fthread-jumps", "-fno-reorder-blocks", "-fcse-skip-blocks",
|
"-fcaller-saves", "-fthread-jumps", "-fno-reorder-blocks", "-fcse-skip-blocks",
|
||||||
"-frerun-cse-after-loop", "-frerun-loop-opt", "-fcse-follow-jumps",
|
"-frerun-cse-after-loop", "-frerun-loop-opt", "-fcse-follow-jumps",
|
||||||
"-fno-regmove", "-fno-for-scope", "-fno-tree-pre", "-fno-tree-dominator-opts",
|
"-fno-regmove", "-fno-for-scope", "-fno-tree-pre", "-fno-tree-dominator-opts",
|
||||||
"-fuse-linker-plugin"
|
"-fuse-linker-plugin", "-frounding-math"
|
||||||
# clang doesn't support these flags
|
# clang doesn't support these flags
|
||||||
args << arg unless tool =~ /^clang/
|
args << arg unless tool =~ /^clang/
|
||||||
when "--fast-math"
|
when "--fast-math"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user