about summary refs log tree commit diff
path: root/sysdeps/s390/fpu/math-use-builtins-floor.h
blob: 6c034e03bba5a8b170f68315f4f971c6a5a9a1e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifdef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
# define USE_FLOOR_BUILTIN 1
# define USE_FLOORF_BUILTIN 1
# define USE_FLOORL_BUILTIN 1
# if __GNUC_PREREQ (8, 0)
#  define USE_FLOORF128_BUILTIN 1
# else
#  define USE_FLOORF128_BUILTIN 0
# endif
#else
# define USE_FLOOR_BUILTIN 0
# define USE_FLOORF_BUILTIN 0
# define USE_FLOORL_BUILTIN 0
# define USE_FLOORF128_BUILTIN 0
#endif