i386.c (ix86_init_mmx_sse_builtins): Mark __builtin_ia32_vec_set_v2di with MASK_64BIT.
2007-05-24 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark __builtin_ia32_vec_set_v2di with MASK_64BIT. From-SVN: r125022
This commit is contained in:
parent
5234b8f573
commit
5691b85a26
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-05-24 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.c (ix86_init_mmx_sse_builtins): Mark
|
||||
__builtin_ia32_vec_set_v2di with MASK_64BIT.
|
||||
|
||||
2007-05-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
PR target/27067
|
||||
|
|
|
@ -17870,7 +17870,7 @@ ix86_init_mmx_sse_builtins (void)
|
|||
ftype = build_function_type_list (V2DI_type_node, V2DI_type_node,
|
||||
intDI_type_node,
|
||||
integer_type_node, NULL_TREE);
|
||||
def_builtin (MASK_SSE4_1, "__builtin_ia32_vec_set_v2di",
|
||||
def_builtin (MASK_SSE4_1 | MASK_64BIT, "__builtin_ia32_vec_set_v2di",
|
||||
ftype, IX86_BUILTIN_VEC_SET_V2DI);
|
||||
|
||||
ftype = build_function_type_list (V4SF_type_node, V4SF_type_node,
|
||||
|
|
Loading…
Add table
Reference in a new issue