diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-08-23 10:16:54 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-08-24 16:06:42 -0300 |
commit | 3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0 (patch) | |
tree | 15ec87ce030652ea6f3dc31ee7b5d056a1f1d1ae /math/test-fenv.c | |
parent | ebd6f0076a83bb25a9853773fbfbcff00b4c9a32 (diff) | |
download | glibc-3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0.tar glibc-3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0.tar.gz glibc-3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0.tar.bz2 glibc-3d7b66f66cb223e899a7ebc0f4c20f13e711c9e0.zip |
Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is defined
When __NO_LONG_DOUBLE_MATH is defined, __issignalingl is not available,
thus issignaling with long double argument should call __issignaling,
instead.
Tested for powerpc64le.
* math/math.h [defined __cplusplus] (issignaling): In the long
double case, call __issignalingl only if __NO_LONG_DOUBLE_MATH
is not defined. Call __issignaling, otherwise.
Diffstat (limited to 'math/test-fenv.c')
0 files changed, 0 insertions, 0 deletions