This is the mail archive of the gcc@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: Altivec conditional?


Am Fre, 2002-02-22 um 00.45 schrieb Aldy Hernandez:

> yeah, so download cvs gcc, build it and then use the resulting
> compiler to compile your code (which should include <altivec.h>)

When I don't have gcc-cvs with altivec.h I cannot include it
which would mean I have to add additional autoconf hacks to
every project I touch. I'd prefer something like

#ifdef __GCC_ALTIVEC
#include <altivec.h>

[some code]
#endif
 
> same way.  include <altivec.h>.  there's magic there to know if
> it's C or C++.
 
Oh yes, you're right. I haven't scanned it thorougly enough.... there's
an #else clause as well... thanks... :)

-- 
Servus,
       Daniel


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