Re: [Qemu-devel] [PATCH v2 5/7] target/mips: rationalise softfloat includes

2019-08-09 Thread Aleksandar Markovic
On Fri, Aug 9, 2019 at 11:23 AM Alex Bennée wrote: > We should avoid including the whole of softfloat headers in cpu.h and > explicitly include it only where we will be calling softfloat > functions. We can use the -types.h in cpu.h for the few bits that are > global. We also move the restore_sna

[Qemu-devel] [PATCH v2 5/7] target/mips: rationalise softfloat includes

2019-08-09 Thread Alex Bennée
We should avoid including the whole of softfloat headers in cpu.h and explicitly include it only where we will be calling softfloat functions. We can use the -types.h in cpu.h for the few bits that are global. We also move the restore_snan_bit_mode into internal.h and include -helpers.h there. Sig