Displaying 3 results from an estimated 3 matches for "__floatundidf".
Did you mean:
__floatdidf
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...GCC installation
> anymore? What do we do to enable this feature? Would our flags above need
> to change if we do that?
>
> On the runtime side, clang/llvm generated a bunch of calls to floating
> point functions that our old-timey gcc library didn't contain -
> specifically __floatundidf and __floatundisf and a couple of other
> similarly named routines. We managed to get them out of a newer libgcc,
> but couldn't find anything in clang/llvm that had them. I found them in
> compiler-rt, but from what I gather that doesn't work for MIPS yet?
>
> Thanks for a...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...need a supporting GCC installation anymore? What do we do to enable this feature? Would our flags above need to change if we do that?
>
> On the runtime side, clang/llvm generated a bunch of calls to floating point functions that our old-timey gcc library didn't contain - specifically __floatundidf and __floatundisf and a couple of other similarly named routines. We managed to get them out of a newer libgcc, but couldn't find anything in clang/llvm that had them. I found them in compiler-rt, but from what I gather that doesn't work for MIPS yet?
>
> Thanks for any tips &...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...don't need a supporting GCC installation anymore? What do we do to enable this feature? Would our flags above need to change if we do that?
On the runtime side, clang/llvm generated a bunch of calls to floating point functions that our old-timey gcc library didn't contain - specifically __floatundidf and __floatundisf and a couple of other similarly named routines. We managed to get them out of a newer libgcc, but couldn't find anything in clang/llvm that had them. I found them in compiler-rt, but from what I gather that doesn't work for MIPS yet?
Thanks for any tips & advice!
-...