Re: [Qemu-devel] [PATCH v1 4/6] tests/fp: add wrapping for f128_to_ui32

2019-02-23 Thread Alex Bennée
Richard Henderson writes: > On 2/22/19 12:44 PM, Alex Bennée wrote: >> Needed to test: softfloat: add float128_is_{normal,denormal} Obviously I was reading the title of the other patch.. will fix. > > Eh? > >> >> Signed-off-by: Alex Bennée >> --- >> tests/fp/fp-test.c | 3 ++- >>

Re: [Qemu-devel] [PATCH v1 4/6] tests/fp: add wrapping for f128_to_ui32

2019-02-22 Thread Richard Henderson
On 2/22/19 12:44 PM, Alex Bennée wrote: > Needed to test: softfloat: add float128_is_{normal,denormal} Eh? > > Signed-off-by: Alex Bennée > --- > tests/fp/fp-test.c | 3 ++- > tests/fp/wrap.inc.c | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) But the rest of the patch matches

[Qemu-devel] [PATCH v1 4/6] tests/fp: add wrapping for f128_to_ui32

2019-02-22 Thread Alex Bennée
Needed to test: softfloat: add float128_is_{normal,denormal} Signed-off-by: Alex Bennée --- tests/fp/fp-test.c | 3 ++- tests/fp/wrap.inc.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fp/fp-test.c b/tests/fp/fp-test.c index 2a35ef601d..4114f346a9 100644 ---