This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: A bit of vector extension documentation
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: A bit of vector extension documentation
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Thu, 27 Sep 2001 16:45:35 +0100 (BST)
- cc: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>, <gcc-patches at gcc dot gnu dot org>, <gcc at gcc dot gnu dot org>
On Thu, 27 Sep 2001, Jan Hubicka wrote:
> > * ginclude/gcc_vector.h: New file.
> Will be there some header to provide Intel C builtins compatibility comming
> later?
Yes. But there are many targets which have vector extensions but for which
there is no such established standard, and IMO we should have a relatively
uniform way of accessing vector extensions across different platforms.
Bernd