In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/39d5361c0cd36ed4a0dc1ffa435cbef624cb70de?hp=f0556e947703bfb1093d559aad038503d26bd125>

- Log -----------------------------------------------------------------
commit 39d5361c0cd36ed4a0dc1ffa435cbef624cb70de
Author: sisyphus <[email protected]>
Date:   Fri Aug 23 21:58:00 2019 +1000

    NVMANTBITS is 64 on mingw-w64 'long double' builds

-----------------------------------------------------------------------

Summary of changes:
 win32/config_sh.PL | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win32/config_sh.PL b/win32/config_sh.PL
index 1d22aed871..fad4d96fa4 100644
--- a/win32/config_sh.PL
+++ b/win32/config_sh.PL
@@ -227,6 +227,7 @@ if ($opt{uselongdouble} eq 'define') {
     $opt{nveformat} = '"Le"';
     $opt{nvfformat} = '"Lf"';
     $opt{nvgformat} = '"Lg"';
+    $opt{nvmantbits} = 64;
     $opt{longdblkind} = 3;
     $opt{longdblmantbits} = 64;
 }

-- 
Perl5 Master Repository

Reply via email to