Skip to content
  • Johann Koenig's avatar
    combine max values and compare once · f30e8dd7
    Johann Koenig authored
    previous implementation compared each set of values to limit and then
    &'d them together, requiring a compare and & for each value.
    
    this does the accumulation first, requiring only one compare
    
    Change-Id: Ia5e3a1a50e47699c88470b8c41964f92a0dc1323
    f30e8dd7