Implement aeabi_{f,d}cmp*.
authorZonr Chang <zonr.xchg@gmail.com>
Thu, 7 Feb 2013 08:29:47 +0000 (08:29 +0000)
committerZonr Chang <zonr.xchg@gmail.com>
Thu, 7 Feb 2013 08:29:47 +0000 (08:29 +0000)
commit2d5d8168ff696bbddc3aa884429a5de6cfebe75e
tree410e27201c5fc68bb1ecc7e9935b0a8b16991331
parent7b0b9b3b656615ebb1cd5b7d1d2d1e1a71e713f6
Implement aeabi_{f,d}cmp*.

Special thanks to Anton for the review.

llvm-svn: 174596
compiler-rt/lib/arm/aeabi_dcmp.S [new file with mode: 0644]
compiler-rt/lib/arm/aeabi_fcmp.S [new file with mode: 0644]
compiler-rt/lib/comparedf2.c
compiler-rt/lib/comparesf2.c