This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: User directed Function Multiversioning via Function Overloading (issue5752064)
On Fri, May 11, 2012 at 7:04 PM, Sriraman Tallam <tmsriram@google.com> wrote:
> Hi H.J.,
>
> ? I have updated the patch to improve the dispatching method like we
> discussed. Each feature gets a priority now, and the dispatching is
> done in priority order. Please see i386.c for the changes.
>
> Patch also available for review here: ?http://codereview.appspot.com/5752064
>
I think you need 3 tests:
1. Only with ISA.
2. Only with arch
3. Mixed with ISA and arch
since test mixed ISA and arch may hide issues with ISA only or arch only.
--
H.J.