Implement trunctfdf2, trunctfsf2, which truncate long double type into float or double
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D2803
[COMPILER-RT] Implement __trunctfdf2, __trunctfsf2 ClosedPublic Authored by koviankevin on Feb 13 2014, 9:54 PM.
Details Summary Implement trunctfdf2, trunctfsf2, which truncate long double type into float or double
Diff Detail
Event Timeline
Revision Contents
Diff 9899 compiler-rt/trunk/lib/builtins/trunctfdf2.c
compiler-rt/trunk/lib/builtins/trunctfsf2.c
compiler-rt/trunk/test/builtins/Unit/trunctfdf2_test.c
compiler-rt/trunk/test/builtins/Unit/trunctfsf2_test.c
|