Re: Query regarding atomic builtins

2013-01-10 Thread Ian Lance Taylor
On Thu, Jan 10, 2013 at 10:38 AM, Prasad Joshi wrote: > > I recently joined this mailing list and I was particularly interested > in knowing how the atomic built-ins > (http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Atomic-Builtins.html) are > implemented in gcc. > > I skimmed through the source code

Query regarding atomic builtins

2013-01-10 Thread Prasad Joshi
Hello All, I recently joined this mailing list and I was particularly interested in knowing how the atomic built-ins (http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/Atomic-Builtins.html) are implemented in gcc. I skimmed through the source code (mostly libgcc/sync.c file), however it looks like it i