Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbf | caiyinyu | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2024-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
| | |||||
* | LoongArch: Add support for scalb[f] | Xiaolin Tang | 2022-11-29 | 1 | -0/+60 |
Add inline assembler for the scalb functions. Passes GLIBC regression. |