qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction
@ 2015-08-28  8:54 Liang Li
  2015-08-28  8:54 ` [Qemu-devel] [PATCH 1/2] cutils: add the AVX2 optimization Liang Li
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Liang Li @ 2015-08-28  8:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, pbonzini, yang.z.zhang, Liang Li, quintela

The buffer_find_nonzero_offset() will be called to check the zero page
during live migration, it's a hot function. buffer_find_nonzero_offset()
has already been optimized with SSE2 instructions, for platform that
supports AVX2, we can optimize this function with AVX2 instructions and
achieve about 25% performance gain.

Liang Li (2):
  cutils: add the AVX2 optimization
  configure: add --enable-avx2 option

 configure             | 16 ++++++++++++++++
 include/qemu-common.h |  7 +++++++
 2 files changed, 23 insertions(+)

-- 
1.9.1

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

end of thread, other threads:[~2015-09-08  6:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-28  8:54 [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction Liang Li
2015-08-28  8:54 ` [Qemu-devel] [PATCH 1/2] cutils: add the AVX2 optimization Liang Li
2015-08-28  8:54 ` [Qemu-devel] [PATCH 2/2] configure: add --enable-avx2 option Liang Li
2015-09-02  5:40 ` [Qemu-devel] [PATCH 0/2] Optimization with AVX2 instruction Amit Shah
2015-09-06 14:43   ` Paolo Bonzini
2015-09-08  6:16     ` Li, Liang Z

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).