Implement __trunctfdf2 and __trunctfsf2 for IEEE quad precision.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 29 May 2014 00:58:27 +0000 (00:58 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 29 May 2014 00:58:27 +0000 (00:58 +0000)
commit5038cb2963975d6b6279ff5656473d98a3129f67
tree22bd588ad2d44c4a8174f22e57428827673f15c7
parent7610e8c82288980001dd56994157596ff1c04beb
Implement __trunctfdf2 and __trunctfsf2 for IEEE quad precision.

Patch by: GuanHong Liu
Differential Revision: http://reviews.llvm.org/D2803

llvm-svn: 209782
compiler-rt/lib/builtins/trunctfdf2.c [new file with mode: 0644]
compiler-rt/lib/builtins/trunctfsf2.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/trunctfdf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/trunctfsf2_test.c [new file with mode: 0644]