[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACPK8XdM7eub41ig2MBxX7BJpAsVbuL4HO9VM_5bR5BuXEX89A@mail.gmail.com>
Date: Tue, 25 Jun 2019 04:03:04 +0000
From: Joel Stanley <joel@....id.au>
To: Mathieu Malaterre <malat@...ian.org>
Cc: Michael Ellerman <mpe@...erman.id.au>,
Segher Boessenkool <segher@...nel.crashing.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] lib/mpi: fix build with clang
On Fri, 21 Jun 2019 at 19:56, Mathieu Malaterre <malat@...ian.org> wrote:
>
> Remove superfluous casts on output operands to avoid warnings on the
> following macros:
>
> * add_ssaaaa(sh, sl, ah, al, bh, bl)
> * sub_ddmmss(sh, sl, ah, al, bh, bl)
> * umul_ppmm(ph, pl, m0, m1)
>
> Special care has been taken to keep the diff as minimal as possible from
> the original header file `longlong.h` from gcc, only importing the
> minimal change to make the compilation with clang pass.
> Suggested-by: Joel Stanley <joel@....id.au>
> Cc: Segher Boessenkool <segher@...nel.crashing.org>
> Signed-off-by: Mathieu Malaterre <malat@...ian.org>
> ---
> v2: Instead of passing compat flag to clang to behave as gcc, remove the superfluous cast
Thanks, I checked your patch against GCC's longlong.h and it looks good.
Reviewed-by: Joel Stanley <joel@....id.au>
Cheers,
Joel
Powered by blists - more mailing lists