diff options
author | Michal Gorny <mgorny@gentoo.org> | 2017-01-06 18:46:35 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2017-01-06 18:46:35 +0000 |
commit | 42af8da4c8e31250061b60edc277ff90735c069b (patch) | |
tree | 2097e15f15cc25b39ab690dab221a432115ac092 /lldb/packages/Python/lldbsuite/test | |
parent | c17a279edaae9f583a64d72887a1761b7414c4f0 (diff) | |
download | bcm5719-llvm-42af8da4c8e31250061b60edc277ff90735c069b.tar.gz bcm5719-llvm-42af8da4c8e31250061b60edc277ff90735c069b.zip |
[builtins] Implement __floattitf() & __floatuntitf()
Implement the missing __floattitf() and __floatuntitf() functions, to
convert 128-bit (unsigned) integers to quad-precision floating-point
types. This is needed e.g. on AArch64 where 'long double' is
a quad-precision type.
The code is based on the existing code for __floattixf()
and __floatuntixf(), updated to account for different bit field lengths
of quad-precision float. The tests are also copied, with the rounding
tests adjusted for longer significand.
Differential Revision: https://reviews.llvm.org/D27898
llvm-svn: 291259
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions