On 01/24/2018 05:12 AM, Alex Bennée wrote: > As cpu.h is another typically widely included file which doesn't need > full access to the softfloat API we can remove the includes from here > as well. Where they do need types it's typically for float_status and > the rounding modes so we move that to softfloat-types.h as well. > > As a result of not having softfloat in every cpu.h call we now need to > add it to various helpers that do need the full softfloat.h > definitions. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > ---
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~