On 2/1/25 19:06, Richard Henderson wrote:
Test each vector type, not just lumping them all together. Add tests for I32 (always true) and I64 (64-bit hosts).Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tcg/tcg.c | 66 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 23 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>