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