Re: [PATCH 69/70] tcg: Drop tcg_const_*_vec

2023-03-06 Thread Philippe Mathieu-Daudé
On 27/2/23 06:42, Richard Henderson wrote: Replace with tcg_constant_vec*. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 4 tcg/tcg-op-vec.c | 34 ++ tcg/i386/tcg-target.c.inc | 9 - 3 files changed, 6 insertions(+)

[PATCH 69/70] tcg: Drop tcg_const_*_vec

2023-02-27 Thread Richard Henderson
Replace with tcg_constant_vec*. Signed-off-by: Richard Henderson --- include/tcg/tcg.h | 4 tcg/tcg-op-vec.c | 34 ++ tcg/i386/tcg-target.c.inc | 9 - 3 files changed, 6 insertions(+), 41 deletions(-) diff --git a/include/tcg/tcg.h