Re: [Qemu-devel] [PATCH v3 1/3] softfloat: remove float64_trunc_to_int

2018-09-25 Thread Alex Bennée
Emilio G. Cota writes: > It has not had users since f83311e476 ("target-m68k: use floatx80 > internally", 2017-06-21). > > Note that no other bit-width has floatX_trunc_to_int. > > Signed-off-by: Emilio G. Cota Reviewed-by: Alex Bennée > --- > include/fpu/softfloat.h | 1 - > fpu/softfloat

[Qemu-devel] [PATCH v3 1/3] softfloat: remove float64_trunc_to_int

2018-09-13 Thread Emilio G. Cota
It has not had users since f83311e476 ("target-m68k: use floatx80 internally", 2017-06-21). Note that no other bit-width has floatX_trunc_to_int. Signed-off-by: Emilio G. Cota --- include/fpu/softfloat.h | 1 - fpu/softfloat.c | 7 --- 2 files changed, 8 deletions(-) diff --git a/i