> The original code `(ceiling (* ,n ,n-bits) sb-vm:n-word-bits) > is wrong, it should be > `(ceiling (* ,n ,n-bits) (1- (integer-length sb-vm:n-word-bits))).
Sorry, it should be `(ceiling (* ,n ,nb) sb-vm:n-word-bits). But since I'm using wrapper ALLOCATE-VECTOR-WITH-WIDETAG, this part doesn't matter anyway. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
