On Tue, Jan 28, 2025 at 09:50:41AM +0100, Richard Biener wrote:
> On Mon, Jan 27, 2025 at 9:59 PM David Malcolm wrote:
> >
> > On Sat, 2025-01-25 at 23:31 -0800, Andi Kleen wrote:
> > > From: Andi Kleen
> > >
> > > This is the hot function in input.cc
> > >
> > > The vectorizer can vectorize it n
On Mon, Jan 27, 2025 at 9:59 PM David Malcolm wrote:
>
> On Sat, 2025-01-25 at 23:31 -0800, Andi Kleen wrote:
> > From: Andi Kleen
> >
> > This is the hot function in input.cc
> >
> > The vectorizer can vectorize it now, but in a generic cpu O2 x86
> > build it isn't.
> > Add a automatic target c
On Sat, 2025-01-25 at 23:31 -0800, Andi Kleen wrote:
> From: Andi Kleen
>
> This is the hot function in input.cc
>
> The vectorizer can vectorize it now, but in a generic cpu O2 x86
> build it isn't.
> Add a automatic target clone to handle it for x86 and build
> that function with O3.
>
> The