llvm-project/flang/lib/Decimal
Peter Klausler 4daa33f6d1 [flang][runtime] Use __float128 where possible & needed in runtime
On targets with __float128 available and distinct from long double,
use it to support more kind=16 entry points.  This affects mostly
x86-64 targets.  This means that more runtime entry points are
defined for lowering to call.

Delete Common/long-double.h and its LONG_DOUBLE macro in favor of
testing the standard macro LDBL_MANT_DIG.

Differential Revision: https://reviews.llvm.org/D127025
2022-06-05 09:16:57 -07:00
..
CMakeLists.txt
big-radix-floating-point.h [flang] Runtime performance improvements to real formatted input 2021-11-12 11:40:02 -08:00
binary-to-decimal.cpp [flang][runtime] Use __float128 where possible & needed in runtime 2022-06-05 09:16:57 -07:00
decimal-to-binary.cpp [flang] Accept "INFINITY" as real input 2022-04-25 12:12:10 -07:00