forked from OSchip/llvm-project
ce6f0303df
Use short division of big-radix values by powers of two when converting values with negative unbiased exponents rather than multiplication by smaller powers of five; this reduces the overall outer iteration count. This change is a win across the entire range of inputs. Reviewed By: tskeith Differential Revision: https://reviews.llvm.org/D83806 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
big-radix-floating-point.h | ||
binary-to-decimal.cpp | ||
decimal-to-binary.cpp |