This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IRIX long double: use the C99/C11-style generic math macros.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 19 Oct 2015 12:05:19 +0000 (08:05 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 19 Oct 2015 13:02:34 +0000 (09:02 -0400)
commita1115378806931e7274378ca670c34bdd6af0de2
tree25644dcc6080684117745fd2a6d18d5c2927c74c
parenta6d3278e2b83239d3d01366fd1a96fdf05a5994a
IRIX long double: use the C99/C11-style generic math macros.

Without this the IRIX libmath _isinfl/_isnanl APIs are not used,
and the explicit comparison against NV_MAX/-NV_MAX is used instead,
which seems to work, but is definitely ickier and probably slower.

In the ideal world we could have a Configure test for these math macros.
perl.h