search for: 8a31d2da

Displaying 3 results from an estimated 3 matches for "8a31d2da".

2013 Dec 17
0
[LLVMdev] Intrinsics __readeflags and __writeeflags
On Tue, Dec 17, 2013 at 01:05:10PM -0800, David Majnemer wrote: > This intrinsic seems very ill-defined, apparently it can be freely > reordered and does _not_ act like a compiler barrier. [1] > Other than source compatibility, why would one want this intrinsic? What > semantics is it supposed to give? Even more, why can't it just be defined as inline function in some header?
2013 Dec 18
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
...LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Alexey Volkov Intel Corporation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131218/8a31d2da/attachment.html>
2013 Dec 17
2
[LLVMdev] Intrinsics __readeflags and __writeeflags
This intrinsic seems very ill-defined, apparently it can be freely reordered and does _not_ act like a compiler barrier. [1] Other than source compatibility, why would one want this intrinsic? What semantics is it supposed to give? [1] < http://connect.microsoft.com/VisualStudio/feedback/details/691456/-readeflags-intrinsic-can-be-reordered-by-the-compiler > On Tue, Dec 17, 2013 at 11:00