This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Status of SSE support in current gcc mainline
- To: Daniel Berlin <dan at www dot cgsoftware dot com>
- Subject: RE: Status of SSE support in current gcc mainline
- From: <kumar at chaos dot ph dot utexas dot edu>
- Date: Fri, 23 Mar 2001 23:05:41 -0600 (CST)
- cc: David Korn <dkorn at pixelpower dot com>, "'Daniel Berlin'" <dberlin at redhat dot com>, Dave Korn <davek-ml at ntlworld dot com>, Jan Hubicka <jh at suse dot cz>, Samuel Figueroa <figueroa at apple dot com>, Bernd Schmidt <bernds at cambridge dot redhat dot com>, gcc at gcc dot gnu dot org
> c = (vector int)((unsigned int)(1, 2, 3, 4))
> and other fun expressions that need to be built into your parser.
> rather than
> c = vector_set(1, 2, 3 ,4).
>
I agree that there are features that should change. The issue with
typedef, the ability to set initial values for vectors. I just dont want
people thinking things are one way when they really arent
--
ignorance is bliss.