Jason Thorpe <[email protected]> wrote:
> > Please prefix the size with 'u' if you operate on unsigned types:
> > 
> > ufetch_u{8,16,32,64} and the same for ustore_*
> 
> Even at the expense of being different from atomic_ops(3)?
> 

atomic_ops(3) has atomic_cas_u{int,long}; ufetch_32() vs ufetch_u32()
is less of the concerns, so up to you.

-- 
Mindaugas

Reply via email to