help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "inclusive OR" issue


From: Paul Pluzhnikov
Subject: Re: "inclusive OR" issue
Date: Wed, 19 Oct 2005 19:21:29 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"code:toad" <jeffreytweaver@gmail.com> writes:

> just that A|B compiles as A+B

How do you know that? Did you examine assembly, or just the final result?

Also, (A|B) == A+B iff A&B == 0 (i.e. if they have no common bits on).

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]