Implement extendsftf2, extenddftf2, which extend float or double type to long double
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
A common comment for all your recent compiler-rt patches: could you please add tests?
Comment Actions
Please note the other comment by Joerg that it is more idiomatic to change these header files to .inc files that would be used like:
#define NAME runtimefuncf
#include "runtimefunc_impl.inc"
This avoids ugly '\' markers in the implementation, and brings back source highlighting in editors.
test/builtins/Unit/extenddftf2_test.c | ||
---|---|---|
24–25 ↗ | (On Diff #7229) | This is not testing much... If (long double) conversion is implemented as a call to the runtime library, this could be just calling back to the installed version of compiler-rt. |