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]

Re: new vector types: V8HI and V16QI


Aldy Hernandez <aldyh@redhat.com> writes:

> machmode.def already has V16QI and V8HI defined.  but the corresponding
> code is not in tree.h, tree.c, and c-common.c.
> 
> i assume this is a oversight.
> 
> is this ok to install?

Yes, this is OK.

> 2001-10-29  Aldy Hernandez  <aldyh@redhat.com>
> 
> 	* tree.h (tree_index): Add support for V16QI and V8HI.
> 
> 	* tree.c (build_common_tree_nodes_2): Same.
> 
> 	* c-common.c (type_for_mode): Same.

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


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