All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/ppc: Optimize VSX instructions using deposit_i64()
@ 2019-03-09 21:42 Philippe Mathieu-Daudé
  2019-03-09 21:42 ` [Qemu-devel] [PATCH 1/2] target/ppc: Optimize xviexpdp() " Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-03-09 21:42 UTC (permalink / raw)
  To: qemu-devel, Richard Henderson
  Cc: David Gibson, qemu-ppc, Mark Cave-Ayland, Philippe Mathieu-Daudé

Hi David, Richard.

I found these two patches while cleaning dangling branches on my
previous laptop... Original commits date is 2017-07-21 05:24:05...
I simply rebased them.

It doesn't have to be merged for soft freeze, but since I'm doing
housekeeping I rather send it to keep archived by the ML.

Regards,

Phil.

Philippe Mathieu-Daudé (2):
  target/ppc: Optimize xviexpdp() using deposit_i64()
  target/ppc: Optimize x[sv]xsigdp using deposit_i64()

 target/ppc/translate/vsx-impl.inc.c | 26 +++++++-------------------
 1 file changed, 7 insertions(+), 19 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2019-03-10  4:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-09 21:42 [Qemu-devel] [PATCH 0/2] target/ppc: Optimize VSX instructions using deposit_i64() Philippe Mathieu-Daudé
2019-03-09 21:42 ` [Qemu-devel] [PATCH 1/2] target/ppc: Optimize xviexpdp() " Philippe Mathieu-Daudé
2019-03-09 21:42 ` [Qemu-devel] [PATCH 2/2] target/ppc: Optimize x[sv]xsigdp " Philippe Mathieu-Daudé
2019-03-10  3:37 ` [Qemu-devel] [PATCH 0/2] target/ppc: Optimize VSX instructions " David Gibson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.