glibc/sysdeps/generic/math-use-builtins-fmax.h
Adhemerval Zanella 72ab1eaec7 math: Add math-use-builtinds-fmax.h
It allows the architecture to use the builtin instead of generic
implementation.
2021-12-13 09:08:07 -03:00

5 lines
114 B
C

#define USE_FMAX_BUILTIN 0
#define USE_FMAXF_BUILTIN 0
#define USE_FMAXL_BUILTIN 0
#define USE_FMAXF128_BUILTIN 0