summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEmilio G. Cota2018-09-12 23:35:33 +0200
committerRichard Henderson2018-10-05 19:57:41 +0200
commitc953da8f0be5e026d1c9128660736d72294feb3e (patch)
tree0e13664f4736ad38d4d1ed958c8a7aacabc0bc78 /include
parentMerge remote-tracking branch 'remotes/cohuck/tags/s390x-20181004' into staging (diff)
downloadqemu-c953da8f0be5e026d1c9128660736d72294feb3e.tar.gz
qemu-c953da8f0be5e026d1c9128660736d72294feb3e.tar.xz
qemu-c953da8f0be5e026d1c9128660736d72294feb3e.zip
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. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/fpu/softfloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fpu/softfloat.h b/include/fpu/softfloat.h
index cc1b58b029..8fd9f9bbae 100644
--- a/include/fpu/softfloat.h
+++ b/include/fpu/softfloat.h
@@ -535,7 +535,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);