search for: domnodeidmap

Displaying 2 results from an estimated 2 matches for "domnodeidmap".

2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
...this is the cause –mfp32/-mfp64 should provide a > work around but I'd recommend updating the inline assembly since this > will make it easier to port to newer Mips processors. > > // Just tested with xercesc v3, got these warnings (sorry I said error message in last reply) > DOMNodeIDMap.s:134: Warning: float register should be even, was 1 > DOMNodeIDMap.s:134: Warning: float register should be even, was 1 > DOMNodeIDMap.s:136: Warning: float register should be even, was 1 > DOMNodeIDMap.s:141: Warning: float register should be even, was 1 > DOMNodeIDMap.s:148: Warning:...
2015 Jun 16
2
[LLVMdev] How to pick default floating point ABI?
On 06/12/2015 07:12 PM, Daniel Sanders wrote: > > Hi, > > I'm afraid targeting a 64-bit CPU and the O32 ABI is completely broken > at the moment, it's one of the very long-standing issues I'm working > towards. The main problem is that a lot of the internals of the Mips > LLVM backend derive their behaviour from the target CPU rather than > the target ABI.