Displaying 2 results from an estimated 2 matches for "3f191ddb".
2015 Dec 16
2
RFC: Extending atomic loads and stores to floating point and vector types
...you're referring to. Is
> that something in libc?
>
compiler-rt:
https://github.com/llvm-mirror/compiler-rt/blob/master/lib/builtins/atomic.c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151215/3f191ddb/attachment.html>
2015 Dec 15
2
RFC: Extending atomic loads and stores to floating point and vector types
>
> Would you mind explaining what complexities you see for vectors? As per
>> my direct email, the set of vectors which can practically be made atomic
>> may be smaller than we'd like, but the existing atomic semantics seem to
>> map cleanly. What am I missing?
>>
>
>
> I'm also concerned about:
>
> - Alignment is the big one, I think