aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/avr/libf7/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/avr/libf7/ChangeLog')
-rw-r--r--libgcc/config/avr/libf7/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgcc/config/avr/libf7/ChangeLog b/libgcc/config/avr/libf7/ChangeLog
index dac2d62..d161a10 100644
--- a/libgcc/config/avr/libf7/ChangeLog
+++ b/libgcc/config/avr/libf7/ChangeLog
@@ -1,3 +1,15 @@
+2023-11-14 Georg-Johann Lay <avr@gjlay.de>
+
+ * libf7-const.def [F7MOD_sinh_]: Add MiniMax polynomial.
+ * libf7.c (f7_sinh): Use it instead of (exp(x) - exp(-x)) / 2
+ when |x| < 0.5 to avoid loss of precision due to cancellation.
+
+2023-11-12 Georg-Johann Lay <avr@gjlay.de>
+
+ * libf7-asm.sx (sqrt_approx): Rewrite.
+ * libf7.c (f7_sqrt): Use it instead of sqrt_worker.
+ (sqrt_worker): Remove.
+
2023-11-08 Georg-Johann Lay <avr@gjlay.de>
* libf7-asm.sx (mul_mant) [AVR_HAVE_MUL]: Tweak code.