Re: [PATCH 02/22] softfloat: Add float to 16bit integer conversions.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <rth@xxxxxxxxxxx>


r~
_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm




[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux