This is the mail archive of the gcc-patches@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: [Patch] Altivec ABI as default for powerpc64 linux


"Hartmut Penner" <HPENNER@de.ibm.com> writes:

> Hello,
>       I would propose to set ALTIVEC as the default ABI
> for ppc64 linux.
> This will not change anything for programs not having any
> vector types. But it will allow programs to work correctly
> which are using vector. This is also true for programs using
> vector types, but do not use the altivec instruction set
> (which is not set as default !).

It's not set as the default because the default linux64 processor is a
630, which (as far as I know) doesn't have Altivec.  Perhaps someone
should change that, if linux64 is going to require Altivec.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


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