On 6/27/24 06:58, Akihiko Odaki wrote:
The test cases for "converting double-precision to single-precision"
emits float but the result variable was typed as uint32_t and corrupted
the printed values. Propertly type it as float.

Signed-off-by: Akihiko Odaki<akihiko.od...@daynix.com>
Fixes: 8ec8a55e3fc9 ("tests/tcg/arm: add fcvt test cases for AArch32/64")
---
  tests/tcg/arm/fcvt.c       |   2 +-
  tests/tcg/aarch64/fcvt.ref | 604 ++++++++++++++++++++++-----------------------
  2 files changed, 303 insertions(+), 303 deletions(-)

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

r~

Reply via email to