LoongArch: Use "$fcsr0" instead of "$r0" in _FPU_{GET,SET}CW
[glibc.git] / sysdeps / unix / sysv / linux / sparc / bits / wordsize.h
blobea103e5970829abc52731614b8835e1796606b4d
1 /* Determine the wordsize from the preprocessor defines. */
3 #if defined __arch64__ || defined __sparcv9
4 # define __WORDSIZE 64
5 #else
6 # define __WORDSIZE 32
7 # define __WORDSIZE32_SIZE_ULONG 0
8 # define __WORDSIZE32_PTRDIFF_LONG 0
9 #endif
10 #define __WORDSIZE_TIME64_COMPAT32 1