search for: 386cbbe4

Displaying 2 results from an estimated 2 matches for "386cbbe4".

2013 May 10
0
[LLVMdev] __atomic_fetch_add on ARM
> This seems to be the problem in my box, and Benjamin's hint did solve the > problem (setting MaxAtomicInlineWidth). However, I'm not sure what relation > that variable has to do with choosing library calls or not. If it's just a > matter of variable sizes (allowing direct atomic calls on 64-bit VFP > instructions), that it's possible that the fix is correct. For
2013 May 10
2
[LLVMdev] __atomic_fetch_add on ARM
On 10 May 2013 16:21, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote: > * In ABIs that don't use external functions for atomics (linux hard > float at least), we incorrectly decide to use function calls. > This seems to be the problem in my box, and Benjamin's hint did solve the problem (setting MaxAtomicInlineWidth). However, I'm not sure what relation that