Displaying 3 results from an estimated 3 matches for "__floatundisf".
Did you mean:
__floatundidf
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...gt; 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 & advi...
2012 Aug 17
0
[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 any tips & advice!
>
>...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...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!
--
Carl Norum
carl...