about summary refs log tree commit diff
path: root/sysdeps/generic/math-use-builtins-floor.h
Commit message (Collapse)AuthorAgeFilesLines
* math: Decompose math-use-builtins.hAdhemerval Zanella2020-06-221-0/+4
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.