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

#define USE_FMINL_BUILTIN 0
#define USE_FMINF128_BUILTIN 0