-
由 zhouchuangao 提交于
BUG_ON uses unlikely in if(), it can be optimized at compile time. Usually, the condition in if() is not satisfied. In my opinion, this can improve the efficiency of the multi-stage pipeline. Signed-off-by: Nzhouchuangao <zhouchuangao@vivo.com> Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
a2cdc24e