chore: fix
This commit is contained in:
parent
0c3dc0867f
commit
4ae9eab90e
|
@ -565,7 +565,7 @@ static int32_t smlFindNearestPowerOf2(int32_t length, uint8_t type) {
|
||||||
result = length;
|
result = length;
|
||||||
}else{
|
}else{
|
||||||
while (result <= length) {
|
while (result <= length) {
|
||||||
result << 1;
|
result <<= 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue