summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2017-01-06 18:46:35 +0000
committerMichal Gorny <mgorny@gentoo.org>2017-01-06 18:46:35 +0000
commit42af8da4c8e31250061b60edc277ff90735c069b (patch)
tree2097e15f15cc25b39ab690dab221a432115ac092 /lldb/packages/Python/lldbsuite/test
parentc17a279edaae9f583a64d72887a1761b7414c4f0 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud