aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr/libf7/libf7.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-27AVR: target/120442 - Support f7_fdim / fdiml in LibF7.Georg-Johann Lay1-0/+15
2025-05-27AVR: target/120441 - Fix f7_exp for |x| ≥ 512.Georg-Johann Lay1-2/+2
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-06-14AVR: target/115419 - Tie breaks are rounded-to-even.Georg-Johann Lay1-5/+15
2024-05-08AVR: target/114981 - Support __builtin_powi[l] / __powidf2.Georg-Johann Lay1-7/+22
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-14LibF7: sinh: Fix loss of precision due to cancellation for small values.Georg-Johann Lay1-0/+17
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay1-35/+1
2023-10-12LibF7: Implement atan2.Georg-Johann Lay1-1/+59
2023-10-05LibF7: Remove uses of attribute pure.Georg-Johann Lay1-5/+5
2023-10-05LibF7: Use monic denominator polynomials to save a multiplication.Georg-Johann Lay1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-08Implement 64-bit double functions.Georg-Johann Lay1-0/+2501