about summary refs log tree commit diff
path: root/sysdeps/loongarch/fpu/math-use-builtins-lrint.h
blob: 7df8aac81fc081f39cd25b27510169eb80ff45c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#if __GNUC_PREREQ (13, 0)
# define USE_LRINT_BUILTIN 1
# define USE_LRINTF_BUILTIN 1
#else
# define USE_LRINT_BUILTIN 0
# define USE_LRINTF_BUILTIN 0
#endif

#define USE_LRINTL_BUILTIN 0
#define USE_LRINTF128_BUILTIN 0