qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 11/21] Hexagon (target/hexagon) use softfloat for float-to


From: Richard Henderson
Subject: Re: [PATCH v2 11/21] Hexagon (target/hexagon) use softfloat for float-to-int conversions
Date: Tue, 6 Apr 2021 13:09:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/31/21 8:53 PM, Taylor Simpson wrote:
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>
---
  target/hexagon/conv_emu.c   | 177 --------------------------------------------
  target/hexagon/conv_emu.h   |  31 --------
  target/hexagon/fma_emu.c    |   1 -
  target/hexagon/helper.h     |  16 ++--
  target/hexagon/meson.build  |   1 -
  target/hexagon/op_helper.c  | 169 ++++++++++++++++++++++++++++++++----------
  tests/tcg/hexagon/fpstuff.c | 145 ++++++++++++++++++++++++++++++++++++
  7 files changed, 281 insertions(+), 259 deletions(-)
  delete mode 100644 target/hexagon/conv_emu.c
  delete mode 100644 target/hexagon/conv_emu.h

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]