diff options
Diffstat (limited to 'math/fenv.h')
-rw-r--r-- | math/fenv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/fenv.h b/math/fenv.h index 6cad1d3575..e6b9578d6c 100644 --- a/math/fenv.h +++ b/math/fenv.h @@ -140,10 +140,6 @@ extern int fegetmode (femode_t *__modep) __THROW; extern int fesetmode (const femode_t *__modep) __THROW; #endif -/* Include optimization. */ -#ifdef __OPTIMIZE__ -# include <bits/fenvinline.h> -#endif /* NaN support. */ |