aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r--gcc/toplev.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 08c6112..0e9e10b 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 */