This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
XS-APItest: Length cannot be negative.
[perl5.git] / miniperlmain.c
index e748523..fa7951f 100644 (file)
@@ -107,6 +107,8 @@ main(int argc, char **argv, char **env)
                    Perl_atfork_unlock);
 #endif
 
+    PERL_SYS_FPU_INIT;
+
     if (!PL_do_undump) {
        my_perl = perl_alloc();
        if (!my_perl)