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

#define USE_LOGBL_BUILTIN 0
#define USE_LOGBF128_BUILTIN 0