This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Enabling Software Prefetching by Default at -O3
On Fri, Jun 25, 2010 at 04:37, Richard Guenther <rguenther@suse.de> wrote:
> On Thu, 24 Jun 2010, Fang, Changpeng wrote:
>
>> Hi,
>>
>> Attached is the version of the patch that turns prefetching on at -O3 for AMD cpus
>> only. As discussed elsewhere in this thread, we use tri-state for -fprefetch-loop-arrays.
>> If this flag is not explicitly set, ?(for -O3) we turn it on in gcc/config/i386/i386.c
>> (override_options).
>>
>> Is this OK to commit now?
>
> Ok.
>
Committed r161391.