search for: d2133

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

Did you mean: 2133
2013 Dec 10
2
[LLVMdev] [cfe-dev] ARM Integrated Assembler
On 10 December 2013 17:43, Joerg Sonnenberger <joerg at britannica.bec.de> wrote: > At least either .march or .cpu is required for dealing with the infamous > "you have the wrong CPU to use instruction X" issue. I'm not sure about > .fpu yet. I think patches for those have already landed upstream... >> I think David fixed these in r196424. Yup. cheers,
2013 Dec 10
0
[LLVMdev] [cfe-dev] ARM Integrated Assembler
On 10 December 2013 17:53, Renato Golin <renato.golin at linaro.org> wrote: > I think patches for those have already landed upstream... My bad, they haven't: http://llvm-reviews.chandlerc.com/D2133 .fpu shouldn't make much difference if the correct build attributes are there, but AFAIK, LLVM outputs .fpu/.cpu reasonably well (haven't looked at all the cases), so having .arch should cover all major problems. cheers, --renato