Re: User directed Function Multiversioning (MV) via Function Overloading

2012-03-07 Thread Andi Kleen
Richard Guenther writes: > > I don't like specifying 'arch' at all. Instead you _always_ want architecture > feature tests, not architecture tests. Because, does amdfam10 also cover > bdver1? [it can't! bdver1 does no longer have 3dnow! but that's entirely > surprising for a user] There's stil

Re: User directed Function Multiversioning (MV) via Function Overloading

2012-03-07 Thread Richard Guenther
On Wed, Mar 7, 2012 at 1:42 AM, Sriraman Tallam wrote: > Hi, > > User directed Function Multiversioning (MV) via Function Overloading > === > > I have created a set of patches to add support for user directed > function MV via

User directed Function Multiversioning (MV) via Function Overloading

2012-03-06 Thread Sriraman Tallam
Hi, User directed Function Multiversioning (MV) via Function Overloading === I have created a set of patches to add support for user directed function MV via function overloading. This was discussed in this thread previously: http://gcc.gnu.org/ml