aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-use-builtins-floor.h
AgeCommit message (Collapse)Author
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella
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.