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]

Re: PATCH: PR target/39261: _mm256_set_epi64x failed on 32bit


H.J. Lu wrote:
V4DI AVX insns are only available in 64bit mode. We shouldn't
use them in 32bit.  OK for trunk?

Thanks.


H.J. ---- 2008-02-21 H.J. Lu <hongjiu.lu@intel.com>

PR target/39261
* config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Use
ix86_expand_vector_set for V4DImode in 64bit mode only.
(ix86_expand_vector_init_one_var): Likewise.

OK for mainline.


Thanks,
Uros.



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