Benchtests: Remove broken walk benchmarks
[glibc.git] / sysdeps / s390 / fpu / math-use-builtins-nearbyint.h
blob2f3936e362b8c2397014e7a8d2d901258949f371
1 #ifdef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
2 # define USE_NEARBYINT_BUILTIN 1
3 # define USE_NEARBYINTF_BUILTIN 1
4 # define USE_NEARBYINTL_BUILTIN 1
5 # if __GNUC_PREREQ (8, 0)
6 # define USE_NEARBYINTF128_BUILTIN 1
7 # else
8 # define USE_NEARBYINTF128_BUILTIN 0
9 # endif
10 #else
11 # define USE_NEARBYINT_BUILTIN 0
12 # define USE_NEARBYINTF_BUILTIN 0
13 # define USE_NEARBYINTL_BUILTIN 0
14 # define USE_NEARBYINTF128_BUILTIN 0
15 #endif