Akihiko Odaki <akihiko.od...@daynix.com> writes: > 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(-)
Queued to testing/next, thanks. I'll take the rest of the clang bits when the remaining cases are ironed out. -- Alex Bennée Virtualisation Tech Lead @ Linaro