]> sourceware.org Git - glibc.git/commit
Include bits/cmathcalls.h for more _FloatN, _FloatNx types.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 1 Nov 2017 23:42:31 +0000 (23:42 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 1 Nov 2017 23:42:31 +0000 (23:42 +0000)
commit260fbd0a394fec9aabe5cfa24272f33723cb355c
tree40f504d7f196ee1a0dafe116b156654760a9a1a3
parent2f1b212e54b280a2dc05b809922ae25d8071da74
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.
ChangeLog
math/complex.h
This page took 0.042893 seconds and 5 git commands to generate.