Re: [PATCH 10/43] tcg: Remove TCG_TARGET_HAS_cmp_vec

2020-09-09 Thread Philippe Mathieu-Daudé
On 9/9/20 2:16 AM, Richard Henderson wrote: > The cmp_vec opcode is mandatory; this symbol is unused. > > Signed-off-by: Richard Henderson > --- > tcg/aarch64/tcg-target.h | 1 - > tcg/i386/tcg-target.h| 1 - > tcg/ppc/tcg-target.h | 1 - > 3 files changed, 3 deletions(-) Reviewed-by: P

[PATCH 10/43] tcg: Remove TCG_TARGET_HAS_cmp_vec

2020-09-08 Thread Richard Henderson
The cmp_vec opcode is mandatory; this symbol is unused. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.h | 1 - tcg/i386/tcg-target.h| 1 - tcg/ppc/tcg-target.h | 1 - 3 files changed, 3 deletions(-) diff --git a/tcg/aarch64/tcg-target.h b/tcg/aarch64/tcg-target.h index 9bc