What exactly do you need?  Your first mail said: 

> >> Can you send the assembly instructions generated by the PGI compiler for 
> >> the following code:
> >>
> >>   int32_t oldval;
> >>
> >>   do {
> >>      oldval = *addr;
> >>   } while (0 == opal_atomic_cmpset_32(addr, oldval, oldval + delta));
> >>   return (oldval + delta);


Which is what I sent...?


On Jun 8, 2010, at 8:22 AM, George Bosilca wrote:

> The inline was ignored, and the code for the opal_atomic_cmpset_32 is not in 
> there ...

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/


Reply via email to