llvm-project/flang/lib/Decimal
peter klausler e99d184d54 [flang] Readability improvement in binary->decimal conversion
Tweak binary->decimal conversions to avoid an integer multiplication
in a hot loop to improve readability and get a minor (~5%) speed-up.
Use native integer division by constants for more readability, too,
since current build compilers seem to optimize it correctly now.
Delete the now needless temporary work-around facility in
Common/unsigned-const-division.h.

Differential revision: https://reviews.llvm.org/D88604
2020-10-01 15:49:27 -07:00
..
CMakeLists.txt [flang] Use the Flang cmake-functions to add targets. 2020-04-16 15:51:30 +01:00
big-radix-floating-point.h [flang] Readability improvement in binary->decimal conversion 2020-10-01 15:49:27 -07:00
binary-to-decimal.cpp [flang] Readability improvement in binary->decimal conversion 2020-10-01 15:49:27 -07:00
decimal-to-binary.cpp Remove unneeded RoundDefault enumerator, and fix spelling in comments 2020-08-03 16:14:24 -07:00