qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 01/26] target/mips: Extract FPU helpers to 'fpu_helper.h'


From: Richard Henderson
Subject: Re: [PATCH 01/26] target/mips: Extract FPU helpers to 'fpu_helper.h'
Date: Sat, 21 Nov 2020 11:39:16 -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:
> Extract FPU specific helpers from "internal.h" to "fpu_helper.h".
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/mips/fpu_helper.h   | 50 ++++++++++++++++++++++++++++++++++++++
>  target/mips/internal.h     | 42 --------------------------------
>  linux-user/mips/cpu_loop.c |  1 +
>  target/mips/fpu_helper.c   |  1 +
>  target/mips/gdbstub.c      |  1 +
>  target/mips/kvm.c          |  1 +
>  target/mips/machine.c      |  1 +
>  target/mips/msa_helper.c   |  1 +
>  target/mips/translate.c    |  1 +
>  9 files changed, 57 insertions(+), 42 deletions(-)
>  create mode 100644 target/mips/fpu_helper.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

> +extern unsigned int ieee_rm[];

Note for future cleanup: const FloatRoundMode.





reply via email to

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