qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helpe


From: Richard Henderson
Subject: Re: [PATCH 02/26] target/mips: Extract MSA helpers to mod-mips-msa_helper.c
Date: Sat, 21 Nov 2020 11:44:21 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 11/20/20 1:08 PM, Philippe Mathieu-Daudé wrote:
> MSA means 'MIPS SIMD Architecture' and is defined as a Module by MIPS.
> Rename msa_helper.c as mod-mips-msa_helper.c, merge other MSA helpers
> from op_helper.c.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .../{msa_helper.c => mod-mips-msa_helper.c}   | 392 +++++++++++++++++
>  target/mips/op_helper.c                       | 393 ------------------
>  target/mips/meson.build                       |   3 +-
>  3 files changed, 394 insertions(+), 394 deletions(-)
>  rename target/mips/{msa_helper.c => mod-mips-msa_helper.c} (94%)

Do we really need "mips" in the filename, given that it's implied by the 
directory?

Maybe perform the rename and the op_helper.c move in different patches?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]