Re: [PATCH] Document __ATOMIC_HLE_ACQUIRE/RELEASE

2012-11-09 Thread Jakub Jelinek
On Fri, Nov 09, 2012 at 04:04:15PM +0100, Andi Kleen wrote: > +Additional target specific flags that can be ored with the memory models. > +@table @code > +@item __ATOMIC_HLE_ACQUIRE > +(on i386/x86_64). Start a Hardware Lock Elision transaction with the atomic > +operation. The memory model must

[PATCH] Document __ATOMIC_HLE_ACQUIRE/RELEASE

2012-11-09 Thread Andi Kleen
From: Andi Kleen Make a first stab at the undocumented HLE_ACQUIRE/RELEASE memory model modifiers in the documentation gcc/: 2012-11-09 Andi Kleen * doc/extend.texi: Document __ATOMIC_HLE_ACQUIRE and RELEASE. --- gcc/doc/extend.texi | 10 ++ 1 file changed, 10 insertions(+)