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

2023-01-04 Thread Richard Henderson
On 1/4/23 05:45, Mark Cave-Ayland wrote: 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 --- target/m68k/fpu_helper.c | 23 +-- 1 file changed,

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

2023-01-04 Thread Laurent Vivier
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 --- target/m68k/fpu_helper.c | 23 +-- 1 fil