|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 32/42] target/arm: Extract HA and HD in aa64_va_parameters |
Date: | Fri, 7 Oct 2022 08:37:38 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
On 10/7/22 02:24, Peter Maydell wrote:
+ .ha = ha, + .hd = ha & hd,This is a bitwise operation on two bools, should be && ?
Bitwise works fine, but I can use boolean if you like.I'd be surprised (and filing a missed optimization bug) if the compiler treated these two operations differently in this case (simple bool operands with no side effects).
r~
[Prev in Thread] | Current Thread | [Next in Thread] |