unicorn/qemu/fpu
Peter Maydell 68cbe1b2ce
fpu: Remove use of int_fast16_t in conversions to int16
Make the functions which convert floating point to 16 bit integer
return int16_t rather than int_fast16_t, and correspondingly use
int_fast16_t in their internal implementations where appropriate.

(These functions are used only by the ARM target.)

Backports commit 0bb721d7217ed4a1abb44f521c5c7ec185062d58 from qemu
2018-02-20 16:54:04 -05:00
..
softfloat-macros.h fpu: Replace int8 typedef with int8_t 2018-02-19 00:33:01 -05:00
softfloat-specialize.h fpu: Replace int8 typedef with int8_t 2018-02-19 00:33:01 -05:00
softfloat.c fpu: Remove use of int_fast16_t in conversions to int16 2018-02-20 16:54:04 -05:00