Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 252f61a0c4d0438fdfc15dbb13444c10e28f75cf
      
https://github.com/Perl/perl5/commit/252f61a0c4d0438fdfc15dbb13444c10e28f75cf
  Author: TAKAI Kousuke <62541129+t-...@users.noreply.github.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M toke.c

  Log Message:
  -----------
  Perl_scan_num: use ldexp() instead of multiplying pow(2.0, ...)

For most NV format, ldexp() could be a rather simple operation
such as modifying exponential part of the floating point number,
so that ldexp() will be hopefully faster than pow(2.0, ...).



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to