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: Status of SSE support in current gcc mainline


Thanks.  Just to give a little more context, I'd like to add some 
support for the PowerPC's AltiVec (128-bit) data types.

By the way, I did notice some support for packed 32-bit integers.  
Bernd, I would appreciate it if you could point me at header files 
or sample programs showing how SSE instructions are actually 
accessed using gcc.  (I've found web sites that talk about using 
Intel's compiler, for example, for this purpose.  I don't know if 
the same sample programs could be compiled without modification 
using gcc.)

On Thursday, March 22, 2001, at 10:25 AM, Jan Hubicka wrote:

>> What vector data types are supported?  I can't seem to find any
>> references to 128-bit data types besides packed single-precision
>> floating point.  Are there any plans to add more 128-bit data types?
> They are supported via Intel style builtins, but the headers are 
> missing.  You
> may probably ask Bernd Schmit (bernds@cygnus.com I guess) who made 
> the packed
> types support work.  Note that the stack alignment code is still 
> missing,
> so you can't do anything what store data to the stack at the moment.
>
> Honza


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