diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-11-01 23:42:31 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-11-01 23:42:31 +0000 |
commit | 260fbd0a394fec9aabe5cfa24272f33723cb355c (patch) | |
tree | 40f504d7f196ee1a0dafe116b156654760a9a1a3 /libidn | |
parent | 2f1b212e54b280a2dc05b809922ae25d8071da74 (diff) | |
download | glibc-260fbd0a394fec9aabe5cfa24272f33723cb355c.tar glibc-260fbd0a394fec9aabe5cfa24272f33723cb355c.tar.gz glibc-260fbd0a394fec9aabe5cfa24272f33723cb355c.tar.bz2 glibc-260fbd0a394fec9aabe5cfa24272f33723cb355c.zip |
Include bits/cmathcalls.h for more _FloatN, _FloatNx types.
Continuing the preparation for additional _FloatN / _FloatNx type
support, this patch arranges for <bits/cmathcalls.h> to be included by
<complex.h> for each such type under conditions and with macros
defined corresponding to those used for _Float128.
Tested for x86_64.
* math/complex.h
[(__HAVE_DISTINCT_FLOAT16 || (__HAVE_FLOAT16 && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Include <bits/cmathcalls.h>
with appropriate macros defined and undefined.
[(__HAVE_DISTINCT_FLOAT32 || (__HAVE_FLOAT32 && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
[(__HAVE_DISTINCT_FLOAT64 || (__HAVE_FLOAT64 && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
[(__HAVE_DISTINCT_FLOAT32X || (__HAVE_FLOAT32X && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
[(__HAVE_DISTINCT_FLOAT64X || (__HAVE_FLOAT64X && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
[(__HAVE_DISTINCT_FLOAT128X || (__HAVE_FLOAT128X && !_LIBC))
&& __GLIBC_USE (IEC_60559_TYPES_EXT)]: Likewise.
Diffstat (limited to 'libidn')
0 files changed, 0 insertions, 0 deletions