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] | |
OK. I was looking for something to distinguish at compile time whether I'm using FSF GCC (requires <altivec.h>, uses (vector xxx){a,b,c,d} for vector constants) or Apple GCC (doesn't; uses (vector xxx)(a,b,c,d)). I guess I'll keep looking.
- Devang
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |