]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/s390/s390-32/bits/wordsize.h
2.5-18.1
[thirdparty/glibc.git] / sysdeps / s390 / s390-32 / bits / wordsize.h
CommitLineData
7bf75551
UD
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
0ecb606c
JJ
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