Re: [PATCH 33/41] target/sparc: Add feature bit for VIS4

2024-05-10 Thread Philippe Mathieu-Daudé
On 2/3/24 06:15, Richard Henderson wrote: Signed-off-by: Richard Henderson --- target/sparc/translate.c | 2 ++ target/sparc/cpu-feature.h.inc | 1 + 2 files changed, 3 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 33/41] target/sparc: Add feature bit for VIS4

2024-03-01 Thread Richard Henderson
Signed-off-by: Richard Henderson --- target/sparc/translate.c | 2 ++ target/sparc/cpu-feature.h.inc | 1 + 2 files changed, 3 insertions(+) diff --git a/target/sparc/translate.c b/target/sparc/translate.c index 56ee3927af..77b53cbf3b 100644 --- a/target/sparc/translate.c +++ b/target/spar