qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 1/7] target/mips: Fix <ld|st>.<b|h|w|d> MSA i


From: Mateja Marjanovic
Subject: Re: [Qemu-devel] [PATCH v2 1/7] target/mips: Fix <ld|st>.<b|h|w|d> MSA instructions for MIPS big endian host
Date: Tue, 26 Mar 2019 07:33:15 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1


On 25.3.19. 22:21, Aleksandar Markovic wrote:
From: Mateja Marjanovic <address@hidden>
Subject: [PATCH v2 1/7] target/mips: Fix <ld|st>.<b|h|w|d> MSA instructions for 
MIPS big endian host
Please split this patch into one for load instructions and another for
store instructions.
I will do that.

I don't think the variable "big_endian" is needed, you should better resolve
all differences wrt endian via "#if defined(HOST_WORDS_BIGENDIAN)",
like you did in other patches. It is important to be consistent.

I think you can't have a preprocessing statement inside a macro,
so I did the thing that seemed most similar to that.


Thanks,
Aleksandar
Regards,
Mateja



reply via email to

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