From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel <qemu-devel@nongnu.org>,
"\"陳韋任 (Wei-Ren Chen)\"" <chenwj@iis.sinica.edu.tw>
Subject: Re: [Qemu-devel] QEmu TCG SIMD extension?
Date: Wed, 06 Mar 2013 09:18:51 +0100 [thread overview]
Message-ID: <5136FBEB.2040306@redhat.com> (raw)
In-Reply-To: <CAFEAcA-LfNoPnm-Tax=pm5TvjOP5AqhvFtueO0Da-whkeX2hnQ@mail.gmail.com>
Il 06/03/2013 04:47, Peter Maydell ha scritto:
> On 6 March 2013 11:30, 陳韋任 (Wei-Ren Chen) <chenwj@iis.sinica.edu.tw> wrote:
>> While searching for QEMU SIMD issues, I found there was a paper presented
>> in 2011 [1], and the source code is also public on [2]. However, it seems
>> this project doesn't make any progress since last year. I update their
>> change to upstream and you can download from here:
>>
>> $ git clone git://github.com/azru0512/qemu.git -b neon-simd
>>
>> Sadly, it can not boot the kernel image provided on [2]. Anyway, I
>> found there was only one thread has discussion on their work [3]. I want
>> to hear more feedback on their idea on adding SIMD TCG IR.
>
> I think my opinions are still the same -- interesting idea, but getting
> it to work with a set of IR ops which aren't target or host specific
> and getting it to give correct bit-for-bit results, rounding, flags,
> etc, is likely to be tricky. It would also be important to determine
> first whether Neon (or other SIMD) emulation performance is truly
> a major bottleneck.
SSE operations, while not a bottleneck, are the top helpers in the
profile when booting Linux on x86.
Using common code to generate the simplest unrolled SIMD operations
(logical operations, add, subtract, compare to zero) would already help
a lot, I think.
Paolo
next prev parent reply other threads:[~2013-03-06 8:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 3:30 [Qemu-devel] QEmu TCG SIMD extension? 陳韋任 (Wei-Ren Chen)
2013-03-06 3:47 ` Peter Maydell
2013-03-06 8:14 ` 陳韋任 (Wei-Ren Chen)
2013-03-06 8:18 ` Paolo Bonzini [this message]
2013-03-06 8:32 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5136FBEB.2040306@redhat.com \
--to=pbonzini@redhat.com \
--cc=chenwj@iis.sinica.edu.tw \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).