chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / s390 / s390-64 / bits / wordsize.h
1 /* Determine the wordsize from the preprocessor defines.  */
2
3 #if defined __s390x__
4 # define __WORDSIZE     64
5 #else
6 # define __WORDSIZE     32
7 #endif
8
9 #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DOUBLE_MATH_OPTIONAL
10
11 /* Signal that we didn't used to have a `long double'. The changes all
12    the `long double' function variants to be redirects to the double
13    functions.  */
14 # define __LONG_DOUBLE_MATH_OPTIONAL   1
15 # ifndef __LONG_DOUBLE_128__
16 #  define __NO_LONG_DOUBLE_MATH        1
17 # endif
18 #endif