提交 4ae9eab9 编写于 作者: K kailixu

chore: fix

上级 0c3dc086
......@@ -565,7 +565,7 @@ static int32_t smlFindNearestPowerOf2(int32_t length, uint8_t type) {
result = length;
}else{
while (result <= length) {
result << 1;
result <<= 1;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册