glibc/sysdeps/generic/math-use-builtins-sqrt.h
Adhemerval Zanella e80501a5c9 math: Decompose math-use-builtins.h
Each symbol definitions are moved on a separated file and it
cover all symbol type definitions (float, double, long double,
and float128).

It allows to set support for architectures without the boiler
place of copying default values.

Checked with a build on the affected ABIs.
2020-06-22 11:09:45 -03:00

5 lines
114 B
C

#define USE_SQRT_BUILTIN 0
#define USE_SQRTF_BUILTIN 0
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0