Skip to content
  1. Dec 06, 2024
  2. Dec 05, 2024
    • Nick Dingle's avatar
      Fix LDPC decoding accuracy · fa224bbf
      Nick Dingle authored
      A poster on our forum observed that the accuracy of our LDPC decoder
      was very much worse than that of other implementations.
      
      The cause is that we do all our calculations in int8_t fixed-point,
      which quickly saturates. The fix is to do all intermediate
      calculations in int16_t fixed-point.
      
      On average this causes a performance regression of between 1.2x and
      1.3x across all ArmRAL benchmarks.
      fa224bbf
  3. Oct 17, 2024
  4. Aug 20, 2024
  5. Aug 06, 2024
  6. Jul 18, 2024
  7. Jul 17, 2024
  8. May 16, 2024
  9. Apr 18, 2024
  10. Apr 17, 2024
  11. Apr 16, 2024
  12. Mar 04, 2024
    • Nathan Sircombe's avatar
      Merge branch 'dev/license-move' into 'main' · 5cba9140
      Nathan Sircombe authored
      Move license to LICENSE.md
      
      See merge request !15
      5cba9140
    • Nick Dingle's avatar
      Move license to LICENSE.md · cfa2ccb1
      Nick Dingle authored
      This will allow Gitlab to automatically detect it and link to it from
      the front page of the project, which will make it more visible to
      users.
      
      Also update the list of third party licenses (currently empty) to
      match and update the documentation to point to the new license files.
      cfa2ccb1
  13. Feb 27, 2024
    • Nathan Sircombe's avatar
      Merge branch 'dev/changelog' into 'main' · 50bc80dd
      Nathan Sircombe authored
      Add CHANGELOG.md
      
      See merge request !13
      50bc80dd
    • Nick Dingle's avatar
      Add CHANGELOG.md · 1bc69587
      Nick Dingle authored
      This collates all the change information from the Release Notes for
      all releases into a single document. Subsequent releases will have
      this information added in future.
      
      We also update the Merge Request templates to tell contributors to
      update the Changelog.
      1bc69587
  14. Feb 23, 2024
  15. Jan 23, 2024
  16. Jan 18, 2024
  17. Jan 12, 2024
  18. Jan 11, 2024
  19. Dec 06, 2023
  20. Nov 24, 2023
  21. Nov 23, 2023
  22. Nov 08, 2023
Loading