Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math: Decompose math-use-builtins.h | Adhemerval Zanella | 2020-06-22 | 1 | -0/+15 |
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. |