Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2025-05-28 | Daily bump. | GCC Administrator | 1 | -0/+15 |
2025-05-27 | AVR: target/120442 - Support f7_fdim / fdiml in LibF7. | Georg-Johann Lay | 6 | -10/+39 |
2025-05-27 | AVR: target/120441 - Fix f7_exp for |x| ≥ 512. | Georg-Johann Lay | 1 | -2/+2 |
2025-03-23 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2025-03-22 | AVR: libgcc: Properly exclude object files for AVRrc. | Georg-Johann Lay | 1 | -0/+4 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2024-11-17 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2024-11-16 | AVR: Fix building LibF7 after switching to C23. | Georg-Johann Lay | 1 | -3/+7 |
2024-10-26 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2024-10-25 | non-gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -6/+6 |
2024-06-15 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-06-14 | AVR: target/115419 - Tie breaks are rounded-to-even. | Georg-Johann Lay | 1 | -5/+15 |
2024-06-02 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2024-06-01 | AVR: target/115317 - Make isinf(-Inf) return -1. | Georg-Johann Lay | 1 | -7/+12 |
2024-05-09 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2024-05-08 | AVR: target/114981 - Support __builtin_powi[l] / __powidf2. | Georg-Johann Lay | 3 | -8/+35 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2023-11-14 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2023-11-14 | LibF7: sinh: Fix loss of precision due to cancellation for small values. | Georg-Johann Lay | 2 | -0/+27 |
2023-11-12 | LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration. | Georg-Johann Lay | 2 | -103/+184 |
2023-11-09 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2023-11-08 | LibF7: Tweak IEEE double multiplication. | Georg-Johann Lay | 1 | -101/+107 |
2023-10-19 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-10-18 | LibF7: Implement mul_mant for devices without MUL instruction. | Georg-Johann Lay | 3 | -4/+98 |
2023-10-18 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2023-10-17 | LibF7: Re-generate f7-renames.h to pick up white-space from f7renames.sh. | Georg-Johann Lay | 1 | -4/+4 |
2023-10-17 | LibF7: Implement fma / fmal. | Georg-Johann Lay | 3 | -10/+62 |
2023-10-13 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2023-10-12 | LibF7: Implement atan2. | Georg-Johann Lay | 3 | -3/+61 |
2023-10-06 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2023-10-05 | LibF7: Remove uses of attribute pure. | Georg-Johann Lay | 2 | -27/+26 |
2023-10-05 | LibF7: Use monic denominator polynomials to save a multiplication. | Georg-Johann Lay | 3 | -18/+25 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2022-09-20 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-19 | Fix PR target/99184: Wrong cast from double to 16-bit and 32-bit ints | Georg-Johann Lay | 1 | -50/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 9 | -9/+9 |
2020-06-24 | Fix typo in ChangeLog | David Edelsohn | 1 | -1/+1 |
2020-06-24 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-06-23 | build: Change conditional include and empty.mk to -include in Makefiles | David Edelsohn | 1 | -2/+2 |
2020-01-08 | Implement 64-bit double functions. | Georg-Johann Lay | 18 | -0/+6929 |