search for: 065fa671

Displaying 2 results from an estimated 2 matches for "065fa671".

2013 May 13
0
[LLVMdev] [PATCH] 3.3 Release fix on ARM - atomics
...> I was afraid you were going to suggest that... ;) If that's the consensus, than I'll merge our patches, test and commit. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130513/065fa671/attachment.html>
2013 May 13
5
[LLVMdev] [PATCH] 3.3 Release fix on ARM - atomics
On 13 May 2013 10:59, Renato Golin <renato.golin at linaro.org> wrote: > Hi Rafael, > > As you mentioned in the bug, we should only apply this change when > hard-float is set, which it is by default on armv7a, I presume. > > From that part of the code, I can infer that by the time > "MaxAtomicPromoteWidth = 64;", the variable SoftFloat is not properly set, >