forked from OSchip/llvm-project
0b7c9e535b
This patch implements the long double __floattitf (int128_t) method for PowerPC -- specifically to convert a 128 bit integer into a long double (IBM double-double). To invoke this method, one can do so by linking against compiler-rt, via the --rtlib=compiler-rt command line option supplied to clang. Differential Revision: https://reviews.llvm.org/D54313/ llvm-svn: 350818 |
||
---|---|---|
.. | ||
DD.h | ||
fixtfdi_test.c | ||
fixunstfti_test.c | ||
fixunstfti_test.h | ||
floatditf_test.c | ||
floatditf_test.h | ||
floattitf_test.c | ||
floattitf_test.h | ||
floatunditf_test.c | ||
floatunditf_test.h | ||
qadd_test.c | ||
qdiv_test.c | ||
qmul_test.c | ||
qsub_test.c | ||
test |