commit | 75e3c1993c6d1b78cddfd93d3a936b3dcdf5cebb | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Tue Apr 19 17:51:24 2011 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Tue Apr 19 17:51:24 2011 +0000 |
tree | f96749c56c947499207a8f4b5c23256403d4d31b | |
parent | bdadd87c4de95b38d5ff7d7370c7a1f88a6669c3 [diff] [blame] |
Add ARM EABI function aliases to routines llvm-svn: 129768
diff --git a/compiler-rt/lib/divdf3.c b/compiler-rt/lib/divdf3.c index 217d284..820b4c8 100644 --- a/compiler-rt/lib/divdf3.c +++ b/compiler-rt/lib/divdf3.c
@@ -19,6 +19,10 @@ #define DOUBLE_PRECISION #include "fp_lib.h" +#include "int_lib.h" + +ARM_EABI_FNALIAS(ddiv, divdf3); + fp_t __divdf3(fp_t a, fp_t b) { const unsigned int aExponent = toRep(a) >> significandBits & maxExponent;