On 8/8/19 9:41 AM, Alex Bennée wrote: > +static inline void set_float_detect_tininess(int val, float_status *status) > +{ > + status->float_detect_tininess = val; > +} > +static inline void set_float_rounding_mode(int val, float_status *status) > +{ > + status->float_rounding_mode = val; > +} > +static inline void set_float_exception_flags(int val, float_status *status) > +{ > + status->float_exception_flags = val; > +}
Can you please fix the spacing at the same time? Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~