diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-12-06 22:14:09 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-12-06 22:14:09 +0000 |
commit | 26007a2f689c94477ce9a00986613ccede052388 (patch) | |
tree | 678ff9277a80fa8b33d3b124f12afcfc7a129d06 /ChangeLog | |
parent | c191f64cd5e985bba95727c40cf02f3a0eae42e3 (diff) | |
download | glibc-26007a2f689c94477ce9a00986613ccede052388.tar.gz glibc-26007a2f689c94477ce9a00986613ccede052388.tar.xz glibc-26007a2f689c94477ce9a00986613ccede052388.zip |
Support _Float32 in libm_alias_float.
This patch makes the libm_alias_float macro support creating _Float32 aliases, in preparation for enabling glibc support for that type. Tested for x86_64; also tested with build-many-glibcs.py in conjunction with other _Float32 changes. * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>. [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] (libm_alias_float_other_r): Create f32 alias. (libm_alias_float_r): Use semicolon before call to libm_alias_float_other_r.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index efe8ac589c..1627f78a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2017-12-06 Joseph Myers <joseph@codesourcery.com> + * sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>. + [__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32] + (libm_alias_float_other_r): Create f32 alias. + (libm_alias_float_r): Use semicolon before call to + libm_alias_float_other_r. + * sysdeps/ia64/fpu/e_exp2f.S (__exp2f): Use exp2 not __exp2 as second argument to libm_alias_float_other. * sysdeps/ia64/fpu/e_log2f.S (__log2f): Use log2 not __log2 as |