mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Hexagon (target/hexagon) change type of softfloat_roundingmodes
Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Taylor Simpson <tsimpson@quicinc.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <1617930474-31979-10-git-send-email-tsimpson@quicinc.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
85511161f7
commit
8c36752435
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ int32_t conv_round(int32_t a, int n)
|
||||||
|
|
||||||
/* Floating Point Stuff */
|
/* Floating Point Stuff */
|
||||||
|
|
||||||
static const int softfloat_roundingmodes[] = {
|
static const FloatRoundMode softfloat_roundingmodes[] = {
|
||||||
float_round_nearest_even,
|
float_round_nearest_even,
|
||||||
float_round_to_zero,
|
float_round_to_zero,
|
||||||
float_round_down,
|
float_round_down,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue