about summary refs log tree commit diff
path: root/sysdeps/loongarch/fpu/math-use-builtins-rint.h
blob: cd91482f5f937e323ab43a42a0b4e1b7f2e42acf (plain) (blame)
1
2
3
4
5
6
7
8
9
#if __GNUC_PREREQ (13, 0)
#  define USE_RINT_BUILTIN 1
#  define USE_RINTF_BUILTIN 1
#else
#  define USE_RINT_BUILTIN 0
#  define USE_RINTF_BUILTIN 0
#endif
#define USE_RINTL_BUILTIN 0
#define USE_RINTF128_BUILTIN 0