Re: [Qemu-devel] [PATCH] tests/Makefile.include: test all rounding modes of softfloat

2019-02-25 Thread Richard Henderson
On 2/24/19 7:15 AM, Alex Bennée wrote: > We missed a bug in a recent patch as we were not testing all the > rounding modes for all operations. However enabling all rounding modes > for mulAdd does slow down the already slowest test and doesn't really > buy us much additional coverage so lets allow

[Qemu-devel] [PATCH] tests/Makefile.include: test all rounding modes of softfloat

2019-02-24 Thread Alex Bennée
We missed a bug in a recent patch as we were not testing all the rounding modes for all operations. However enabling all rounding modes for mulAdd does slow down the already slowest test and doesn't really buy us much additional coverage so lets allow the default test flags to be overridden. Signe