mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +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:
4
sysdeps/generic/math-use-builtins-trunc.h
Normal file
4
sysdeps/generic/math-use-builtins-trunc.h
Normal file
@ -0,0 +1,4 @@
|
||||
#define USE_TRUNC_BUILTIN 0
|
||||
#define USE_TRUNCF_BUILTIN 0
|
||||
#define USE_TRUNCL_BUILTIN 0
|
||||
#define USE_TRUNCF128_BUILTIN 0
|
Reference in New Issue
Block a user