On Wed, Sep 25, 2019 at 12:02:56AM +0200, Andreas Rheinhardt wrote:
> Left shifting a negative integer is undefined, yet often needed.
> Therefore add a macro that internally uses multiplication by powers of
> two to make it clear that a shift is intended.
>
> Signed-off-by: Andreas Rheinhardt
>
Left shifting a negative integer is undefined, yet often needed.
Therefore add a macro that internally uses multiplication by powers of
two to make it clear that a shift is intended.
Signed-off-by: Andreas Rheinhardt
---
I don't insist on this macro. I only added it so that one can easily see
tha