Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-9
Description
There exists a call chain:
DecimalValue<int128_t>::Divide() -> DecimalUtil::MultiplyByScale<int256_t>() -> DecimalUtil::GetScaleMultiplier()
but decimal-util.h didn't specialize DecimalUtil::GetScaleMultiplier<int256_t>(), causing more performance loss.