qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/4] target/m68k: pass sign directly into make_quotient()


From: Laurent Vivier
Subject: Re: [PATCH v2 2/4] target/m68k: pass sign directly into make_quotient()
Date: Wed, 4 Jan 2023 17:04:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0

Le 04/01/2023 à 14:45, Mark Cave-Ayland a écrit :
This enables the quotient parameter to be changed from int32_t to uint32_t and
also allows the extra sign logic in make_quotient() to be removed.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
---
  target/m68k/fpu_helper.c | 23 +++++++++++++----------
  1 file changed, 13 insertions(+), 10 deletions(-)


Reviewed-by: Laurent Vivier <laurent@vivier.eu>




reply via email to

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