| commit | 2d5d8168ff696bbddc3aa884429a5de6cfebe75e | [log] [tgz] |
|---|---|---|
| author | Zonr Chang <zonr.xchg@gmail.com> | Thu Feb 07 08:29:47 2013 +0000 |
| committer | Zonr Chang <zonr.xchg@gmail.com> | Thu Feb 07 08:29:47 2013 +0000 |
| tree | 410e27201c5fc68bb1ecc7e9935b0a8b16991331 | |
| parent | 7b0b9b3b656615ebb1cd5b7d1d2d1e1a71e713f6 [diff] [blame] |
Implement aeabi_{f,d}cmp*.
Special thanks to Anton for the review.
llvm-svn: 174596
diff --git a/compiler-rt/lib/comparesf2.c b/compiler-rt/lib/comparesf2.c index 3f2e358..c1c3a47 100644 --- a/compiler-rt/lib/comparesf2.c +++ b/compiler-rt/lib/comparesf2.c
@@ -106,6 +106,8 @@ } } +ARM_EABI_FNALIAS(fcmpun, unordsf2) + int __unordsf2(fp_t a, fp_t b) { const rep_t aAbs = toRep(a) & absMask; const rep_t bAbs = toRep(b) & absMask;