Re: [PATCH 33/43] target/ppc: Remove single use static inline function

2024-07-06 Thread BALATON Zoltan
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

Re: [PATCH 33/43] target/ppc: Remove single use static inline function

2024-07-04 Thread Nicholas Piggin
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

[PATCH 33/43] target/ppc: Remove single use static inline function

2024-05-26 Thread BALATON Zoltan
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 |