Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    2ecccad7
    o Fix BIGNUM-LOAD-BYTE so that it works with signed and unsigned · 2ecccad7
    rtoy authored
      values.  BIGNUM-LOAD-BYTE is significantly faster than LDB when
      extracting out 32-bit sized pieces.
    o Initial start at fixing BIGNUM-DEPOSIT-BYTE.  Still broken from
      certain combinations of signed NEW-BYTE and BIGNUM and various
      border cases for BYTE-SPEC.  Many debug prints still in the code.
    2ecccad7
    History
    o Fix BIGNUM-LOAD-BYTE so that it works with signed and unsigned
    rtoy authored
      values.  BIGNUM-LOAD-BYTE is significantly faster than LDB when
      extracting out 32-bit sized pieces.
    o Initial start at fixing BIGNUM-DEPOSIT-BYTE.  Still broken from
      certain combinations of signed NEW-BYTE and BIGNUM and various
      border cases for BYTE-SPEC.  Many debug prints still in the code.