diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-07 19:29:41 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-03-07 19:29:41 +0000 |
commit | 7f3be425ec91d3479f6669c125476f578c497524 (patch) | |
tree | 996aa9dfa54be0d228dde6e7394f9adf66f7c76c /gcc/toplev.h | |
parent | 8c74272dfcb3208d767bbfecf204aea883617225 (diff) | |
download | gcc-7f3be425ec91d3479f6669c125476f578c497524.tar.gz |
Brad's -ffast-math breakup.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40300 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 08c6112d6b9..0e9e10bdad4 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -164,4 +164,10 @@ struct lang_hooks /* Each front end provides its own. */ extern struct lang_hooks lang_hooks; +/* These functions can be used by targets to set the flags originally + implied by -ffast-math and -fno-fast-math. */ + +extern void set_fast_math_flags PARAMS ((void)); +extern void set_no_fast_math_flags PARAMS ((void)); + #endif /* __GCC_TOPLEV_H */ |