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.

Cheers,
   Jeremy Harris
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to