diff options
Diffstat (limited to 'libc/sysdeps/linux/sparc')
| -rw-r--r-- | libc/sysdeps/linux/sparc/bits/mathdef.h | 20 | 
1 files changed, 1 insertions, 19 deletions
| diff --git a/libc/sysdeps/linux/sparc/bits/mathdef.h b/libc/sysdeps/linux/sparc/bits/mathdef.h index 7f9bbee81..5cd126f1f 100644 --- a/libc/sysdeps/linux/sparc/bits/mathdef.h +++ b/libc/sysdeps/linux/sparc/bits/mathdef.h @@ -29,28 +29,10 @@  #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF  # define _MATH_H_MATHDEF	1 -# ifdef __GNUC__ -#  if __STDC__ == 1 - -/* In GNU or ANSI mode, gcc leaves `float' expressions as-is.  */ +/* SPARC has both `float' and `double' arithmetic.  */  typedef float float_t;  typedef double double_t; -#  else - -/* For `gcc -traditional', `float' expressions are evaluated as `double'. */ -typedef double float_t; -typedef double double_t; - -#  endif -# else - -/* Wild guess at types for float_t and double_t. */ -typedef double float_t; -typedef double double_t; - -# endif -  /* The values returned by `ilogb' for 0 and NaN respectively.  */  # define FP_ILOGB0       (-2147483647)  # define FP_ILOGBNAN     (2147483647) | 
