Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | #ifdef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT |
|---|---|
| 2 | # define USE_CEIL_BUILTIN 1 |
| 3 | # define USE_CEILF_BUILTIN 1 |
| 4 | # define USE_CEILL_BUILTIN 1 |
| 5 | # if __GNUC_PREREQ (8, 0) |
| 6 | # define USE_CEILF128_BUILTIN 1 |
| 7 | # else |
| 8 | # define USE_CEILF128_BUILTIN 0 |
| 9 | # endif |
| 10 | #else |
| 11 | # define USE_CEIL_BUILTIN 0 |
| 12 | # define USE_CEILF_BUILTIN 0 |
| 13 | # define USE_CEILL_BUILTIN 0 |
| 14 | # define USE_CEILF128_BUILTIN 0 |
| 15 | #endif |
| 16 |
Warning: This file is not a C or C++ file. It does not have highlighting.
