| commit | 5ef8bbce1446a11e7b13581dcc2528f058b853c5 | [log] [tgz] |
|---|---|---|
| author | Georg-Johann Lay <avr@gjlay.de> | Tue May 27 09:43:57 2025 +0200 |
| committer | Georg-Johann Lay <avr@gjlay.de> | Tue May 27 10:02:57 2025 +0200 |
| tree | d61a32d7b25286764e2bb47c9c4bd1a0027fc028 | |
| parent | 156cc1c66bc15e70e499bce32f93ef2e11697827 [diff] |
AVR: target/120441 - Fix f7_exp for |x| ≥ 512. f7_exp limited exponents to 512, but 1023 * ln2 ≈ 709, hence 1024 is a correct limit. libgcc/config/avr/libf7/ PR target/120441 * libf7.c (f7_exp): Limit aa->expo to 10 (not to 9). (cherry picked from commit 672569cee76a1927d14b5eb754a5ff0b9cee1bc8)