Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix]replacement the abs() with unsigned_abs()
abs() may be lead to panic in the debug mode and optimized code will return i64::MIN without a panic. so need use unsigned_abs() in here
- Loading branch information