Re: [cxx-mem-model] __sync_mem builtin support patch 1/3 - documentation

2011-07-27 Thread Richard Henderson
On 07/26/2011 06:20 PM, Andrew MacLeod wrote: > * doc/extend.texi (__sync_mem_*) : Document all the atomic builtin > functions which deal with memory models. Ok. r~

Re: [cxx-mem-model] __sync_mem builtin support patch 1/3 - documentation

2011-07-27 Thread Andrew MacLeod
On 07/27/2011 04:42 AM, Torvald Riegel wrote: On Tue, 2011-07-26 at 21:20 -0400, Andrew MacLeod wrote: This patch is simply the documentation for extend.texi which adds a section about the new memory model __sync_mem routines. I've supplied the .info output since its easier to read, followed by

Re: [cxx-mem-model] __sync_mem builtin support patch 1/3 - documentation

2011-07-27 Thread Torvald Riegel
On Tue, 2011-07-26 at 21:20 -0400, Andrew MacLeod wrote: > This patch is simply the documentation for extend.texi which adds a > section about the new memory model __sync_mem routines. I've supplied > the .info output since its easier to read, followed by the patch > > OK for the branch? I thi

[cxx-mem-model] __sync_mem builtin support patch 1/3 - documentation

2011-07-26 Thread Andrew MacLeod
This patch is simply the documentation for extend.texi which adds a section about the new memory model __sync_mem routines. I've supplied the .info output since its easier to read, followed by the patch OK for the branch? Andrew 6.52 Built-in functions for memory model aware atomic operation