On 2/3/24 06:15, Richard Henderson wrote:
The manual separates VIS 3 and VIS 3B, even though they are both present in all extant cpus. For clarity, let the translator match the manual but otherwise leave them on the same feature bit.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/sparc/translate.c | 4 ++++ target/sparc/cpu-feature.h.inc | 1 + 2 files changed, 5 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>