An error occurred fetching the project authors.
  1. 26 Aug, 2009 2 commits
  2. 18 Aug, 2009 2 commits
    • Robert Griesemer's avatar
      fix 386 build: · ac5093fc
      Robert Griesemer authored
      - implememted empty stubs for 386 assembly routines
      - removed assembly code operating on single words (except for one)
      - adjusted tests
      
      R=rsc
      DELTA=126  (46 added, 67 deleted, 13 changed)
      OCL=33461
      CL=33461
      ac5093fc
    • Robert Griesemer's avatar
      - implemented Multiplication · 88742ef0
      Robert Griesemer authored
      - changed Cmp to return -1, 0, +1
      - added corresponding test cases
      
      R=rsc
      DELTA=173  (136 added, 3 deleted, 34 changed)
      OCL=33431
      CL=33459
      88742ef0
  3. 15 Aug, 2009 1 commit
    • Robert Griesemer's avatar
      snapshot: · e5874223
      Robert Griesemer authored
      - renamed Z -> Int
      - made Int ops methods on *Int
      - "install" assembly routines dynamically
      - replace mulVW functions with mulAddVWW
        of equivalent performance but symmetric functionality
        to divWVW
      - implemented scanN
      
      status:
      - need mulNN (trivial)
      - need division/modulo after which the set of
        elementary operations is complete
      - to/from string conversion working
      
      R=rsc
      DELTA=320  (124 added, 50 deleted, 146 changed)
      OCL=33308
      CL=33341
      e5874223
  4. 14 Aug, 2009 1 commit
    • Robert Griesemer's avatar
      First cut at a more realistic multi-precision package: · db3bf9c6
      Robert Griesemer authored
      - implemented low-level operations on word vectors
      - implemented corresponding amd64 assembly routines for word vector operations
      - implemented first set of operations on unsigned integers
      - implemented first set of operations on signed integers
      - implemented systematic test cases  for each data type
      
      R=rsc
      DELTA=1330  (1330 added, 0 deleted, 0 changed)
      OCL=33132
      CL=33285
      db3bf9c6