aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Greenhalgh <james.greenhalgh@arm.com>2016-09-21 21:02:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-09-21 21:02:54 +0000
commit87ab10d6524fe4faabd7eb3eac5868165ecfb323 (patch)
tree31f378666f9bfc6f0793611bfa0f0a5c6aae8ce9 /ChangeLog
parentd942e95cd7e493efbbff58b78e63013c79e634cd (diff)
downloadglibc-87ab10d6524fe4faabd7eb3eac5868165ecfb323.tar
glibc-87ab10d6524fe4faabd7eb3eac5868165ecfb323.tar.gz
glibc-87ab10d6524fe4faabd7eb3eac5868165ecfb323.tar.bz2
glibc-87ab10d6524fe4faabd7eb3eac5868165ecfb323.zip
[soft-fp] Add support for various half-precision conversion routines.
This patch adds conversion routines required for _Float16 support in AArch64. These are one-step conversions to and from TImode and TFmode. We need these on AArch64 regardless of presence of the ARMv8.2-A 16-bit floating-point extensions. In the patch, soft-fp/half.h is derived from soft-fp/single.h . The conversion routines are derivatives of their respective SFmode variants. * soft-fp/extendhftf2.c: New. * soft-fp/fixhfti.c: Likewise. * soft-fp/fixunshfti.c: Likewise. * soft-fp/floattihf.c: Likewise. * soft-fp/floatuntihf.c: Likewise. * soft-fp/half.h: Likewise. * soft-fp/trunctfhf2.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00162c332a..e9289778f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2016-09-21 James Greenhalgh <james.greenhalgh@arm.com>
+
+ * soft-fp/extendhftf2.c: New.
+ * soft-fp/fixhfti.c: Likewise.
+ * soft-fp/fixunshfti.c: Likewise.
+ * soft-fp/floattihf.c: Likewise.
+ * soft-fp/floatuntihf.c: Likewise.
+ * soft-fp/half.h: Likewise.
+ * soft-fp/trunctfhf2.c: Likewise.
+
2016-09-21 Joseph Myers <joseph@codesourcery.com>
* math/math.h [__GLIBC_USE (IEC_60559_BFP_EXT)] (issubnormal): New