summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-10-03 21:01:33 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-10-03 21:01:33 +0000
commit7f1cbdf8ed6e5266d3d5807329d2d110cf695b79 (patch)
tree3e6586c0116c914acc6d70333713e1318b065818 /ChangeLog
parent39793865ec91775b4bf6e487c3e83b0d79517771 (diff)
downloadglibc-7f1cbdf8ed6e5266d3d5807329d2d110cf695b79.tar.gz
Use libm_alias_float for dbl-64 fmaf.
This patch makes the implementation of fmaf in the dbl-64 directory use libm_alias float. Tested for x86_64, and verified with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>. [!__fmaf] (fmaf): Define using libm_alias_float.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f6f5c5da..8aff7d179c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-10-03 Joseph Myers <joseph@codesourcery.com>
+ * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>.
+ [!__fmaf] (fmaf): Define using libm_alias_float.
+
* sysdeps/ieee754/dbl-64/s_frexp.c: Include <libm-alias-double.h>.
(frexp): Define using libm_alias_double.
* sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Include