On Tue, Nov 20, 2012 at 7:23 AM, Gerald Pfeifer <ger...@pfeifer.com> wrote: > Hi Sri, > > On Tue, 13 Nov 2012, Sriraman Tallam wrote: >> I have added a release note for Function Multiversioning which is >> checked into trunk. Please review. > > Index: changes.html > =================================================================== > + <li> Function Multiversioning Support with G++: > > Is this really specific to the C++ front end? The example is C, not > C++?
This support is only available with C++ front end for now. I intend to add support to C front end soon. > > + It is now possible to create multiple function versions each targeting a > + specific processor and/or ISA. Function versions have the same signature > + but different target attributes. For example, here is a program with > + function versions: > > I believe embedding this in <p> and </p> could be better. > > This is okay, thanks. Thanks, made the change and submitted. -Sri. > > Gerald