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]

Re: mutex in frame code


On Mon, 01 Feb 1999 12:52:50 -0500, David Edelsohn wrote:
>>>>>> Richard Henderson writes:
>
>Richard> If we commonize on anything, I think it should be `arch' and `tune';
>Richard> `cpu' is too ambiguous.
>
>	I repeat again that -march= provides the wrong information for the
>PowerPC port.  One wants a simple way to specify both architecture and
>scheduler tuning; -mcpu= provides that information.  -march= primarily is
>useful for processors in which each chip extended the architecture like
>x86 and Alpha, not for processors where an ISA was designed and maintained
>like PowerPC.

What about this Altivec stuff?  That's an ISA extension.

You could provide -mtune=foo, with -mcpu=foo an alias, and not have
any -march= options.

zw


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