aboutsummaryrefslogtreecommitdiff
path: root/libquadmath
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-10 00:16:50 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-10 00:16:50 +0000
commit0753ae158af42ca5f20567381805b27283c92b53 (patch)
tree9afc04708456a77fae36c90b99db0833c50dc230 /libquadmath
parent92b38ec84f2990d217f036dc6c5a32cde5ecfb93 (diff)
downloadgcc-upstream-0753ae158af42ca5f20567381805b27283c92b53.tar.gz
Daily bump.
Diffstat (limited to 'libquadmath')
-rw-r--r--libquadmath/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog
index 2d6c2081ff2..5731270b9f1 100644
--- a/libquadmath/ChangeLog
+++ b/libquadmath/ChangeLog
@@ -1,3 +1,18 @@
+2024-04-09 Jakub Jelinek <jakub@redhat.com>
+
+ * sfp-machine.h (__LITTLE_ENDIAN, __BIG_ENDIAN, __BYTE_ORDER): Define
+ if __BYTE_ORDER isn't defined.
+
+2024-04-09 Jakub Jelinek <jakub@redhat.com>
+
+ PR libquadmath/114623
+ * sfp-machine.h: New file.
+ * math/sqrtq.c: Include from libgcc/soft-fp also soft-fp.h and quad.h
+ if possible.
+ (USE_SOFT_FP): Define in that case.
+ (sqrtq): Use soft-fp based implementation for the finite positive
+ arguments if possible.
+
2024-04-03 Simon Chopin <simon.chopin@canonical.com>
Jakub Jelinek <jakub@redhat.com>