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