diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.c b/gcc/opts.c index 8af263a8498..fcb8f6d5c1a 100644 --- a/gcc/opts.c +++ b/gcc/opts.c @@ -1097,6 +1097,7 @@ set_fast_math_flags (int set) { flag_signaling_nans = 0; flag_rounding_math = 0; + flag_cx_limited_range = 1; } } |