On 12/31/2013 05:35 AM, Peter Maydell wrote: > + int64_t v; > + int_fast16_t res; > + int old_exc_flags = get_float_exception_flags(status); > + > + v = float32_to_int64(a STATUS_VAR);
Any good reason not to use int32 as the intermediate, for the benefit of 32-bit hosts? Otherwise, Reviewed-by: Richard Henderson <r...@twiddle.net> r~