2.9
[glibc/nacl-glibc.git] / sysdeps / s390 / s390-64 / bits / wordsize.h
blobb41661217f6edac300d379f72af8b73eb6921f85
1 /* Determine the wordsize from the preprocessor defines. */
3 #if defined __s390x__
4 # define __WORDSIZE 64
5 #else
6 # define __WORDSIZE 32
7 #endif
9 #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DOUBLE_MATH_OPTIONAL
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