[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/8] TCG vectorization and example conversion
From: |
Richard Henderson |
Subject: |
Re: [Qemu-devel] [PATCH 0/8] TCG vectorization and example conversion |
Date: |
Fri, 8 Sep 2017 09:05:11 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 |
On 09/08/2017 06:49 AM, Alex Bennée wrote:
>
> Richard Henderson <address@hidden> writes:
>
>> When Alex and I started talking about this topic, this is the direction
>> I was thinking. The primary difference from Alex's version is that the
>> interface on the target/cpu/ side uses offsets and not a faux temp. The
>> secondary difference is that, for smaller vector sizes at least, I will
>> expand to inline host vector operations. The use of explicit offsets
>> aids that.
> <snip>
>
> OK I think this is a lot more complete than my pass. I'm done with my
> review for now, I look forward to the next version. It looks like most
> of the pre-requisites are merged now?
Yep, all lead-up patches are now in. Thanks for the review.
As I work on the next version, I'll do aarch64 host as well for comparison.
r~