Re: [PATCH 2/9] target/mips: Simplify msa_reset()

2020-12-03 Thread Richard Henderson
On 12/2/20 12:44 PM, Philippe Mathieu-Daudé wrote: > Call msa_reset() inconditionally, but only reset unconditionally. > the MSA registers if MSA is implemented. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Maybe not very useful. Yeah, it's marginal, especially given one user. But whichev

[PATCH 2/9] target/mips: Simplify msa_reset()

2020-12-02 Thread Philippe Mathieu-Daudé
Call msa_reset() inconditionally, but only reset the MSA registers if MSA is implemented. Signed-off-by: Philippe Mathieu-Daudé --- Maybe not very useful. --- target/mips/translate.c | 5 + target/mips/translate_init.c.inc | 4 2 files changed, 5 insertions(+), 4 deletions(-)