Re: [Qemu-devel] [PATCH v6 01/13] fp-test: pick TARGET_ARM to get its specialization

2018-12-03 Thread Alex Bennée
Emilio G. Cota writes: > This gets rid of the muladd errors due to not raising the invalid flag. > > - Before: > Errors found in f64_mulAdd, rounding near_even, tininess before rounding: > +000.0 +7FF.0 +7FF.F > => +7FF.F .

[Qemu-devel] [PATCH v6 01/13] fp-test: pick TARGET_ARM to get its specialization

2018-11-24 Thread Emilio G. Cota
This gets rid of the muladd errors due to not raising the invalid flag. - Before: Errors found in f64_mulAdd, rounding near_even, tininess before rounding: +000.0 +7FF.0 +7FF.F => +7FF.F . expected -7FF.F v [...] -