1 #if __GNUC_PREREQ (13, 0)
2 # define USE_LLRINT_BUILTIN 1
3 # define USE_LLRINTF_BUILTIN 1
4 #else
5 # define USE_LLRINT_BUILTIN 0
6 # define USE_LLRINTF_BUILTIN 0
7 #endif
8
9 #define USE_LLRINTL_BUILTIN 0
10 #define USE_LLRINTF128_BUILTIN 0