[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add missing cast in compile-time byteswaps
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] Add missing cast in compile-time byteswaps |
Date: |
Mon, 3 Jun 2024 18:43:09 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Mon, Jun 03, 2024 at 06:33:04PM +0200, Daniel Kiper wrote:
> On Thu, May 16, 2024 at 10:22:58PM +0300, Vladimir Serbinenko wrote:
> > Without them 0x80LL is 32-bit byte-swapped to 0xffffffff80000000 instead
> > of correct 0x80000000
I think it should be added "on 64-bit target"... Right?
> > Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
>
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel