Re: x86 Intrinsics in GCC 4.2 (_mm_slli_epi32)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 8/1/07 2:18 PM, Mike Lewis wrote:

> #include <xmmintrin.h>
> void a( int n ) {
> 	__m128i a;
> 	a = _mm_slli_epi32( a, n );
> }

Well we are never going to convert 'n' to a constant, except in limited
circumstances (interprocedural optimization).  However, you seem to
think that this builtin ought to take a non-constant argument as well.

I'm not too familiar with these x86 intrinsics, so if you think this
should be the case, please file a bug report at http://gcc.gnu.org/bugzilla.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux