Re: [Qemu-devel] [PATCH 0/4] fpu: Remove use of int_fast*_t types

2016-01-29 Thread Aurelien Jarno
On 2016-01-26 11:30, Peter Maydell wrote: > This patchset removes the uses of int_fast*_t types from the > softfloat code: > * the return types for the "convert to 16 bit integer" functions >are changed to int16_t > * uses of int_fast*_t for a shift count or an exponent value >are

[Qemu-devel] [PATCH 0/4] fpu: Remove use of int_fast*_t types

2016-01-26 Thread Peter Maydell
This patchset removes the uses of int_fast*_t types from the softfloat code: * the return types for the "convert to 16 bit integer" functions are changed to int16_t * uses of int_fast*_t for a shift count or an exponent value are changed to int Basically, where the type was being used to