Age | Commit message (Expand) | Author | Files | Lines |
2024-02-01 | string: Use builtins for ffs and ffsll | Adhemerval Zanella Netto | 1 | -0/+1 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-11-29 | Use GCC builtins for logb functions if desired. | Xiaolin Tang | 1 | -0/+1 |
2022-11-29 | Use GCC builtins for llrint functions if desired. | Xiaolin Tang | 1 | -0/+1 |
2022-11-29 | Use GCC builtins for lrint functions if desired. | Xiaolin Tang | 1 | -0/+1 |
2022-05-23 | math: Add math-use-builtins-fabs (BZ#29027) | Adhemerval Zanella | 1 | -0/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-12-13 | math: Add math-use-builtinds-fmin.h | Adhemerval Zanella | 1 | -0/+1 |
2021-12-13 | math: Add math-use-builtinds-fmax.h | Adhemerval Zanella | 1 | -0/+1 |
2021-06-27 | Use GCC builtins for roundeven functions if desired. | Shen-Ta Hsieh | 1 | -0/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-06-22 | math: Decompose math-use-builtins.h | Adhemerval Zanella | 1 | -45/+11 |
2020-06-03 | ieee754: provide gcc builtins based generic fma functions | Vineet Gupta | 1 | -0/+5 |
2020-06-03 | ieee754: provide gcc builtins based generic sqrt functions | Vineet Gupta | 1 | -0/+3 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-11 | Use GCC builtins for copysign functions if desired. | Stefan Liebler | 1 | -0/+9 |
2019-12-11 | Use GCC builtins for round functions if desired. | Stefan Liebler | 1 | -0/+5 |
2019-12-11 | Use GCC builtins for trunc functions if desired. | Stefan Liebler | 1 | -0/+5 |
2019-12-11 | Use GCC builtins for ceil functions if desired. | Stefan Liebler | 1 | -0/+5 |
2019-12-11 | Use GCC builtins for floor functions if desired. | Stefan Liebler | 1 | -0/+5 |
2019-12-11 | Use GCC builtins for rint functions if desired. | Stefan Liebler | 1 | -0/+5 |
2019-12-11 | Use GCC builtins for nearbyint functions if desired. | Stefan Liebler | 1 | -0/+29 |