diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/math.h | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/math/Makefile b/math/Makefile index 1e96100120..84d061f124 100644 --- a/math/Makefile +++ b/math/Makefile @@ -28,7 +28,8 @@ headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \ bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \ bits/math-finite.h bits/math-vector.h \ bits/libm-simd-decl-stubs.h bits/iscanonical.h \ - bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h + bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \ + bits/long-double.h # FPU support code. aux := setfpucw fpu_control diff --git a/math/math.h b/math/math.h index b8f4b415c7..1dca14684d 100644 --- a/math/math.h +++ b/math/math.h @@ -138,10 +138,6 @@ typedef _Float128x double_t; # endif #endif -/* Get information about long double. */ - -#include <bits/mathdef.h> - /* Get the architecture specific values describing the floating-point evaluation. The following symbols will get defined: |