diff options
author | Taylor Simpson <tsimpson@quicinc.com> | 2021-04-08 20:07:40 -0500 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2021-05-01 08:31:43 -0700 |
commit | b3f37abdd3f4919c81ea42f9f729875544623df2 (patch) | |
tree | cf83a220d2ccb675ce88f8bfa66723637ee072bd /target/hexagon/fma_emu.c | |
parent | 1cb532fe45991b70cf47c414e0bc4fe63f571a8a (diff) | |
download | qemu-b3f37abdd3f4919c81ea42f9f729875544623df2.zip qemu-b3f37abdd3f4919c81ea42f9f729875544623df2.tar.gz qemu-b3f37abdd3f4919c81ea42f9f729875544623df2.tar.bz2 |
Hexagon (target/hexagon) use softfloat for float-to-int conversions
Use the proper return for helpers that convert to unsigned
Remove target/hexagon/conv_emu.[ch]
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-13-git-send-email-tsimpson@quicinc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/hexagon/fma_emu.c')
-rw-r--r-- | target/hexagon/fma_emu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/hexagon/fma_emu.c b/target/hexagon/fma_emu.c index f324b83..d3b45d4 100644 --- a/target/hexagon/fma_emu.c +++ b/target/hexagon/fma_emu.c @@ -19,7 +19,6 @@ #include "qemu/int128.h" #include "fpu/softfloat.h" #include "macros.h" -#include "conv_emu.h" #include "fma_emu.h" #define DF_INF_EXP 0x7ff |