softfloat: remove float64_trunc_to_int

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.

Backports commit c953da8f0be5e026d1c9128660736d72294feb3e from qemu
This commit is contained in:
Emilio G. Cota 2018-10-08 10:57:51 -04:00 committed by Lioncash
parent df8790284f
commit 9f08fb35bc
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7
18 changed files with 6536 additions and 22 deletions

View file

@ -540,7 +540,6 @@ float128 float64_to_float128(float64, float_status *status);
| Software IEC/IEEE double-precision operations.
*----------------------------------------------------------------------------*/
float64 float64_round_to_int(float64, float_status *status);
float64 float64_trunc_to_int(float64, float_status *status);
float64 float64_add(float64, float64, float_status *status);
float64 float64_sub(float64, float64, float_status *status);
float64 float64_mul(float64, float64, float_status *status);