shithub: sl

Download patch

ref: 86ee994f7a815da62e1109b197aaa2bd7d01404f
parent: e04e9d21c498be02b314006428b48b087d560db6
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Nov 19 04:38:29 EST 2024

set min mp int signif bits to the full size of fixnum

--- a/flmain.c
+++ b/flmain.c
@@ -37,6 +37,7 @@
 
 	randomize();
 	ios_init_stdstreams();
+	mpsetminbits(sizeof(fixnum_t)*8);
 
 	fl_init(2*1024*1024);