On Thu, 4 Jul 2024, Nicholas Piggin wrote:
On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote:
The ger_pack_masks() function is only used once and the inverse of
this operation is already inlined so it can be inlined too in the only
caller and removed from the header.
Is this needed for
On Mon May 27, 2024 at 9:13 AM AEST, BALATON Zoltan wrote:
> The ger_pack_masks() function is only used once and the inverse of
> this operation is already inlined so it can be inlined too in the only
> caller and removed from the header.
Is this needed for later patches? I might prefer to keep it
The ger_pack_masks() function is only used once and the inverse of
this operation is already inlined so it can be inlined too in the only
caller and removed from the header.
Signed-off-by: BALATON Zoltan
---
target/ppc/internal.h | 9 -
target/ppc/translate/vsx-impl.c.inc |