aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64/fpu/math-use-builtins-ceil.h
AgeCommit message (Collapse)AuthorFilesLines
2020-06-22math: Decompose math-use-builtins.hAdhemerval Zanella1-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.