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]
Other format: [Raw text]

Fix the return type of __builtin_ia32_vec_ext_v8hi function


The return type of the builtin function __builtin_ia32_vec_ext_v8hi should be an unsigned instead of a signed type.

2006-09-08 Hui-May Chang <hm.chang@apple.com>

* gcc/config/i386/i386.c (ix86_init_mmx_sse_builtins)
The return type of builtin function, __builtin_ia32_vec_ext_v8hi,
should be an unsigned instead of a signed type.


* gcc/testsuite/gcc.dg/i386-mm-extract-epi16.c: New.

Dejagnu tested. No regression.

Attachment: gcc.fsf.builtin.txt
Description: Text document


Hui-May Chang Apple Computer



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