On Thu, Jul 12, 2007 at 09:21:48PM +0100, Jeremy Harris wrote:
> Dan McDonald wrote:
> > I wonder if one of us should file a compiler RFE?  There is no '^^' operator
> > in C, but if the compiler can extract common-subexpressions, it *should* be
> > able to reduce ((a && !b) || (!a && b)) into something resembling (a ^^ b) 
> > if
> > C had such an operator.
> 
> a != b    (where a and b are boolean) is perfectly usable.

And quicker too!  Good call.

Dan
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to