Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    795638d0
    Picked up 16x32 divide stuff from Bill (but it is conditionalize out). Also · 795638d0
    ram authored
    other misc changes from Bill.  
    
    Added BIGNUM-REPLACE and made people use it.  Add WITH-BIGNUM-BUFFERS and made
    people use it so that they would be reentrant.  Fixed MAKE-GCD-BIGNUM-ODD to
    not assume that there is a 1 in the first digit.  Added misc declarations.
    Changed shifting stuff to use the new %DIGIT-LOGICAL-SHIFT-RIGHT.
    Un-commented-out GCD and multi-digit bignum truncate.
    795638d0
    History
    Picked up 16x32 divide stuff from Bill (but it is conditionalize out). Also
    ram authored
    other misc changes from Bill.  
    
    Added BIGNUM-REPLACE and made people use it.  Add WITH-BIGNUM-BUFFERS and made
    people use it so that they would be reentrant.  Fixed MAKE-GCD-BIGNUM-ODD to
    not assume that there is a 1 in the first digit.  Added misc declarations.
    Changed shifting stuff to use the new %DIGIT-LOGICAL-SHIFT-RIGHT.
    Un-commented-out GCD and multi-digit bignum truncate.