Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-24 Thread Kyrill Tkachov
On 24/04/15 09:39, Marcus Shawcroft wrote: On 22 April 2015 at 16:08, Kyrill Tkachov wrote: On 22/04/15 12:46, Kyrill Tkachov wrote: [Sorry for resending twice. My mail client glitched] +/* Native CPU detection for aarch64. + Copyright (C) 2014 Free Software Foundation, Inc. + That shou

Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-24 Thread Marcus Shawcroft
On 22 April 2015 at 16:08, Kyrill Tkachov wrote: > > On 22/04/15 12:46, Kyrill Tkachov wrote: >> >> [Sorry for resending twice. My mail client glitched] +/* Native CPU detection for aarch64. + Copyright (C) 2014 Free Software Foundation, Inc. + That should be 2015, otherwise OK. Cheers /Mar

RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-24 Thread Kumar, Venkataramanan
Patches Cc: Marcus Shawcroft; Richard Earnshaw; James Greenhalgh; Evandro Menezes; Andrew Pinski Subject: Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo On 22/04/15 12:46, Kyrill Tkachov wrote: > [Sorry for resending twice. My mail client glitched] > >

Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-22 Thread Kyrill Tkachov
On 22/04/15 12:46, Kyrill Tkachov wrote: [Sorry for resending twice. My mail client glitched] On 20/04/15 16:47, Kyrill Tkachov wrote: Hi all, This is an attempt to add native CPU detection to AArch64 GNU/Linux targets. Similar to other ports we use SPEC rewriting to rewrite -m{cpu,tune,arch}

Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-22 Thread Kyrill Tkachov
[Sorry for resending twice. My mail client glitched] On 20/04/15 16:47, Kyrill Tkachov wrote: Hi all, This is an attempt to add native CPU detection to AArch64 GNU/Linux targets. Similar to other ports we use SPEC rewriting to rewrite -m{cpu,tune,arch}=native options into the appropriate CPU/ar

RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-21 Thread Evandro Menezes
Patches > Cc: Marcus Shawcroft; Richard Earnshaw; James Greenhalgh; Evandro Menezes; > Andrew Pinski; James Greenhalgh > Subject: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only > /proc/cpuinfo > > Hi all, > > This is an attempt to add native CPU detectio

Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-21 Thread Kyrill Tkachov
gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org] On Behalf Of Kyrill Tkachov Sent: Monday, April 20, 2015 9:18 PM To: GCC Patches Cc: Marcus Shawcroft; Richard Earnshaw; James Greenhalgh; Evandro Menezes; Andrew Pinski; James Greenhalgh Subject: [PATCH][AArch64] Implement -m{cpu,tune,arc

RE: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-20 Thread Kumar, Venkataramanan
-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org] On Behalf Of Kyrill Tkachov Sent: Monday, April 20, 2015 9:18 PM To: GCC Patches Cc: Marcus Shawcroft; Richard Earnshaw; James Greenhalgh; Evandro Menezes; Andrew Pinski; James Greenhalgh Subject: [PATCH][AArch64] Implement -m{cpu,tune

Re: [PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-20 Thread Andrew Pinski
On Mon, Apr 20, 2015 at 8:47 AM, Kyrill Tkachov wrote: > Hi all, > > This is an attempt to add native CPU detection to AArch64 GNU/Linux targets. > Similar to other ports we use SPEC rewriting to rewrite > -m{cpu,tune,arch}=native > options into the appropriate CPU/architecture and the architectur

[PATCH][AArch64] Implement -m{cpu,tune,arch}=native using only /proc/cpuinfo

2015-04-20 Thread Kyrill Tkachov
Hi all, This is an attempt to add native CPU detection to AArch64 GNU/Linux targets. Similar to other ports we use SPEC rewriting to rewrite -m{cpu,tune,arch}=native options into the appropriate CPU/architecture and the architecture extension options when appropriate (i.e. +crypto/+crc etc). Fo