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] | |
Mark Mitchell writes:
Mark> I understand that reason. I think that it would make more sense for the Mark> default to match the usual GCC convention (all variants supported) and Mark> have the AIX configuration redefine TARGET_SPE to zero (to avoid the Mark> bloat) than the current situation. David, comments?
powerpc-linux (mentioned in the first message) is not the default.
SPE is not supported by *BSD or BeOS or most other PowerPC targets. It seemed easier to disable it as the default and enable it for the specific targets that support SPE than vice versa.
I would consider changing the behavior for powerpc-elf (not powerpc-linux), but all other powerpc targets, including linux, need to be updated to zero that macro. Compiler performance on Linux, Darwin, AIX, *BSD, etc. is important.
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com (916) 791-8304
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |