This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: vectorization test changes for alpha


On Tue, Nov 23, 2004 at 03:31:08PM -0800, Janis Johnson wrote:
> On Tue, Nov 23, 2004 at 02:20:10PM -0800, Richard Henderson wrote:
> > Janis, you might consider adding some amount of infrastructure such that
> > the bulk of the check-for-hardware test can be shared between various
> > targets.  Certainly I think that it's a mistake for only powerpc and
> > alpha to have such a test; I think x86_64 is the only target for which
> > all versions of the processor have vector instructions.
> 
> I have a plan to make this simpler but no one has looked at it yet.  See
> http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01507.html ...

Um, this is something else entirely.  I'm talking about the *specific*
problem of determining if vector operations are available for the target,
and how to avoid mucho code duplication for each.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]