qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] target/mips: Integer division by zero in MS


From: Mateja Marjanovic
Subject: Re: [Qemu-devel] [PATCH 0/2] target/mips: Integer division by zero in MSA insturctions
Date: Tue, 2 Apr 2019 11:57:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1


On 1.4.19. 19:43, Aleksandar Markovic wrote:
From: Mateja Marjanovic <address@hidden>
Subject: [PATCH 0/2] target/mips: Integer division by zero in MSA insturctions

The title look incomplete and uninformative: it mentions "the division by zero"
- but what is done in this case? Is this an implementation of that case? Or fix?
Or something else?

The title should clearly and in a condensed form explain what is done in the
series.
Yes, you are right, it looks unclear, I will change it in v2.

From: Mateja Marjanovic <address@hidden>

Integer division by zero in MSA insturctions results in unpredictable
behaviour, but according to the hardware, it depends on the sign of
the dividend, or always returns the same value.

This is a very unclear sentence.

A sentence that says that the series makes the behavior of QEMU
and the reference hardware the same in cases of division and modulus
operations with zero divisor is missing.
I will change it and make it more clear and understandable in v2.

Mateja Marjanovic (2):
  target/mips: DIV_<U|S>.<B|H|W|D> MSA insturctions fixed
  target/mips: MOD_<U|S>.<B|H|W|D> MSA insturctions fixed

target/mips/msa_helper.c | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Check spelling.
I will try to find some tool for that.

Thanks,
Aleksandar
Thanks,
Mateja



reply via email to

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