glibc/sysdeps/aarch64/fpu/math-use-builtins-fmax.h
Adhemerval Zanella ecb94e9587 aarch64: Add math-use-builtins-f{max,min}.h
It allows to remove the arch-specific implementations.
2021-12-13 10:08:46 -03:00

5 lines
114 B
C

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