Displaying 2 results from an estimated 2 matches for "__fixunsdfti".
Did you mean:
__fixunsdfdi
2006 Oct 09
2
[LLVMdev] amd x86_64: fixunsdfti
Anyone run across __fixunsdfti relocation problems while building the
llvm gcc frontend on an AMD-64 box under linux? For some reason, TImode
is turned on but the bootstrap xgcc compiler complains that 128-bit
integers are not supported.
Any clues on a workaround?
2006 Oct 09
0
[LLVMdev] amd x86_64: fixunsdfti
This is not yet supported by the llvm x86 backend. Perhaps there is a
configuration option (or you may have to hack up some files in config/
i386) to disable gcc long double support?
Evan
On Oct 9, 2006, at 11:50 AM, Scott Michel wrote:
> Anyone run across __fixunsdfti relocation problems while building the
> llvm gcc frontend on an AMD-64 box under linux? For some reason,
> TImode
> is turned on but the bootstrap xgcc compiler complains that 128-bit
> integers are not supported.
>
> Any clues on a workaround?
> ____________________________...