qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1


From: Catalin Patulea
Subject: Re: [Qemu-devel] [PATCH] tests/tcg: new test for i386 FPREM and FPREM1
Date: Mon, 29 Oct 2012 04:30:30 -0400

On Mon, Oct 29, 2012 at 4:04 AM, Peter Maydell <address@hidden> wrote:
> I'm not fantastically enthused about bitfields, but since this is a test
> program and not part of QEMU proper I don't think rewriting to avoid
> them is justified.
I could maybe check some conditions (perhaps sizeof(union float80u) ==
sizeof(long double)?) to at least warn if the test turns out to be
inconclusive?

Maybe even construct some values from fields and check for equality
against a long double literal?



reply via email to

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