Add support for IEEE754 quad precision comparison functions.
authorJoerg Sonnenberger <joerg@bec.de>
Tue, 1 Apr 2014 13:42:56 +0000 (13:42 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Tue, 1 Apr 2014 13:42:56 +0000 (13:42 +0000)
commit6530149704e794c781feedd03dff2c74a400c42d
tree2d8f0a275b6c667f36936ff7042876f59c038f60
parent107e4abfd0040c719462708446b6fe9cf5de060a
Add support for IEEE754 quad precision comparison functions.
From GuanHong Liu.

Differential Revision: http://llvm-reviews.chandlerc.com/D2797

llvm-svn: 205312
compiler-rt/lib/builtins/comparetf2.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/eqtf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/fp_test.h [new file with mode: 0644]
compiler-rt/test/builtins/Unit/getf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/gttf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/letf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/lttf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/netf2_test.c [new file with mode: 0644]
compiler-rt/test/builtins/Unit/unordtf2_test.c [new file with mode: 0644]