1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
Files
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