qemu-e2k/include/fpu
Richard Henderson 42636fb923 softfloat: Add float64r32 arithmetic routines
These variants take a float64 as input, compute the result to
infinite precision (as we do with FloatParts), round the result
to the precision and dynamic range of float32, and then return
the result in the format of float64.

This is the operation PowerPC requires for its float32 operations.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211119160502.17432-28-richard.henderson@linaro.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
2021-12-17 17:57:15 +01:00
..
softfloat-helpers.h Remove leading underscores from QEMU defines 2021-06-21 05:49:01 +02:00
softfloat-macros.h host-utils: move udiv_qrnnd() to host-utils 2021-10-27 17:10:00 -07:00
softfloat-types.h softfloat: Add flag specific to signaling nans 2021-12-17 17:57:14 +01:00
softfloat.h softfloat: Add float64r32 arithmetic routines 2021-12-17 17:57:15 +01:00