Skip to content
  • Henrik Gramner's avatar
    Avoid CDF overreads in gather_top_partition_prob() · d8799d94
    Henrik Gramner authored
    Explicitly take advantage of the fact that certain probabilities are zero
    instead of loading zeros from the CDF padding.
    
    The current code works just fine, but only because those values happen to
    be zero due to what is essentially an implementation detail.
    d8799d94