This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
hexfp: Use Perl_fp_class_nzero unconditionally.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 Dec 2015 23:22:30 +0000 (18:22 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Dec 2015 02:28:06 +0000 (21:28 -0500)
commit406d5545e79665094180534380eba323110f99bc
tree65f794bed67c485fc6e74904dac8603a9703fb07
parentdf3d8cc3eeca597a21c2d7ad7686adbef4df784b
hexfp: Use Perl_fp_class_nzero unconditionally.

Otherwise in platforms with Perl_fp_class_nzero there would be no
return for the x != 0.0 case.
numeric.c