Skip to content

Fix log2_approx and fixes

Francesco Mani requested to merge fix_log2_approx into develop
  • LOG_2 approximation was computing the ceiling of the result. After this change it now computes the nearest neighbor.
  • improve performance through intrinsic
  • add test
  • adapt LLR scaling which was off-by-one due to rounding
  • fix bug in LLR scaling
Edited by Robert Schmidt

Merge request reports