You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, ...).
0 commit comments