Altivec conditional?

Daniel Egger degger@fhm.edu
Fri Feb 22 05:01:00 GMT 2002


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



More information about the Gcc mailing list