qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix some Neon insns on big-endian hosts
@ 2020-10-28 19:17 Peter Maydell
  2020-10-28 19:17 ` [PATCH 1/2] target/arm: Fix float16 pairwise Neon ops " Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Maydell @ 2020-10-28 19:17 UTC (permalink / raw)
  To: qemu-arm, qemu-devel; +Cc: Richard Henderson

This patchseries fixes a couple of places where the vector
helpers we use for Neon insns were missing uses of the
address-swizzling macros H1(), H2() or H4(). This is harmless
on little-endian hosts but causes the wrong results to be
generated on big-endian hosts. The affected insns are
VUDOT(scalar), VSDOT(scalar), VPADD, VPMAX and VPMIN.

This series is independent of Richard's recent "target/arm:
Fix neon reg offsets"; it fixes the handful of remaining
risu test failures I see.

thanks
-- PMM

Peter Maydell (2):
  target/arm: Fix float16 pairwise Neon ops on big-endian hosts
  target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hosts

 target/arm/vec_helper.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.20.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-02  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 19:17 [PATCH 0/2] Fix some Neon insns on big-endian hosts Peter Maydell
2020-10-28 19:17 ` [PATCH 1/2] target/arm: Fix float16 pairwise Neon ops " Peter Maydell
2020-10-28 19:45   ` Philippe Mathieu-Daudé
2020-11-02  9:21     ` Philippe Mathieu-Daudé
2020-10-28 19:17 ` [PATCH 2/2] target/arm: Fix VUDOT/VSDOT (scalar) " Peter Maydell
2020-10-28 19:51   ` Philippe Mathieu-Daudé
2020-10-28 19:34 ` [PATCH 0/2] Fix some Neon insns " Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).