Skip to content
  1. Jul 25, 2025
  2. May 13, 2025
  3. Apr 18, 2025
  4. Jan 21, 2025
  5. 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
  6. Oct 17, 2024
  7. Jul 17, 2024
  8. Apr 18, 2024
  9. Apr 16, 2024
  10. Mar 04, 2024
    • 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
  11. Feb 27, 2024
    • 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
Loading