Re: [Qemu-devel] [PATCH v2 2/2] tests: add floating point tests

2018-09-10 Thread Emilio G. Cota
On Mon, Sep 10, 2018 at 12:00:56 +0100, Alex Bennée wrote: > Emilio G. Cota writes: > > diff --git a/tests/Makefile.include b/tests/Makefile.include > > index 87c81d1dcc..363f133101 100644 > > --- a/tests/Makefile.include > > +++ b/tests/Makefile.include > > @@ -657,6 +657,9 @@

Re: [Qemu-devel] [PATCH v2 2/2] tests: add floating point tests

2018-09-10 Thread Alex Bennée
Emilio G. Cota writes: > By leveraging berkeley's softfloat and testfloat. > > fp-test.c is derived from testfloat's testsoftfloat.c. To ease > the tracking of upstream changes to the latter file, fp-test.c > keeps the original camel-case variable naming, and includes > most new code via

[Qemu-devel] [PATCH v2 2/2] tests: add floating point tests

2018-09-08 Thread Emilio G. Cota
By leveraging berkeley's softfloat and testfloat. fp-test.c is derived from testfloat's testsoftfloat.c. To ease the tracking of upstream changes to the latter file, fp-test.c keeps the original camel-case variable naming, and includes most new code via wrap.inc.c. Most changes to the original