This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_sv_vcatpvfn_flags: simplify an expression
authorDavid Mitchell <davem@iabyn.com>
Wed, 10 May 2017 13:03:25 +0000 (14:03 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 7 Jun 2017 08:11:00 +0000 (09:11 +0100)
commit196344c20348c6f1effb9b3dabcee6350d47fbff
treefa4954335d045f75145c5c77e93a6af718bb84f4
parentc0535913148dc15651cf402b864ceb78a5e40c6d
Perl_sv_vcatpvfn_flags: simplify an expression

In the hex floating/point code, (subnormal ? vfnz : vhex) is equivalent to
v0, which we just set to the same value.

So keep things simple.
sv.c