1. 28 May, 2009 6 commits
  2. 23 Apr, 2009 2 commits
  3. 15 Apr, 2009 2 commits
  4. 09 Apr, 2009 3 commits
  5. 08 Apr, 2009 2 commits
  6. 07 Apr, 2009 7 commits
  7. 04 Apr, 2009 4 commits
  8. 31 Mar, 2009 3 commits
  9. 30 Mar, 2009 1 commit
  10. 29 Mar, 2009 5 commits
  11. 19 Mar, 2009 4 commits
  12. 16 Mar, 2009 1 commit
    • Rusty Russell's avatar
      Fix warnings for isaac w/ gcc4.1. · 556b131c
      Rusty Russell authored
      Given the types used (uint32_t and uint64_t) many of the masks are unnecessary.
      But mainly moving the bit extraction into separate inline functions means the
      code is a bit clearer, and we only need to bracket one place.
      But because these helpers shared the same names, I split the 32 and 
      64-bit tests.
      556b131c