On 6/28/24 05:42, Alex Bennée wrote:
From: Akihiko Odaki <akihiko.od...@daynix.com>

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")
Message-Id: <20240627-tcg-v2-1-1690a8133...@daynix.com>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
  tests/tcg/arm/fcvt.c       |   2 +-
  tests/tcg/aarch64/fcvt.ref | 604 ++++++++++++++++++-------------------
  2 files changed, 303 insertions(+), 303 deletions(-)

tests/tcg/arm/fcvt.ref needs updating as well.
I have done this locally and will post the patch soon.


r~

Reply via email to