1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

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.
This commit is contained in:
Adhemerval Zanella
2020-06-04 14:32:17 +00:00
parent c013d5d3aa
commit e80501a5c9
28 changed files with 180 additions and 311 deletions

View File

@ -0,0 +1,4 @@
#define USE_ROUND_BUILTIN 0
#define USE_ROUNDF_BUILTIN 0
#define USE_ROUNDL_BUILTIN 0
#define USE_ROUNDF128_BUILTIN 0