On 15/5/24 16:58, Richard Henderson wrote:
Prelude to supporting TCG_COND_TST* in vector comparisons.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- include/tcg/tcg.h | 1 + tcg/aarch64/tcg-target.h | 1 + tcg/arm/tcg-target.h | 1 + tcg/i386/tcg-target.h | 1 + tcg/loongarch64/tcg-target.h | 1 + tcg/ppc/tcg-target.h | 1 + tcg/s390x/tcg-target.h | 1 + 7 files changed, 7 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>