From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: Bernd Schmidt Cc: Gerald Pfeifer , gcc@gcc.gnu.org Subject: Re: A bit of vector extension documentation Date: Thu, 27 Sep 2001 11:34:00 -0000 Message-id: <20010927143337.A26963@nevyn.them.org> References: X-SW-Source: 2001-09/msg01125.html On Thu, Sep 27, 2001 at 04:06:25PM +0100, Bernd Schmidt wrote: > However, I'm still doubtful about exposing a lowlevel interface like > __attribute__((mode)). So I came up with the patch below, which adds a > new file gcc_vector.h. This currently provides types for the i386 MMX and > SSE extensions, it can be extended for other CPUs (that's why it's not in > config/i386). Why not put it in config/i386 anyway? That way each architecture which wants to expose vector types can have its own file, and we won't have one large cluttered file with special cases for every architecture in it. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer