[cfe-commits] r115374 - in /cfe/trunk: lib/Sema/SemaChecking.cpp test/Sema/x86-builtin-palignr.c

Chris Lattner sabre at nondot.org
Fri Oct 1 16:35:10 PDT 2010


On Oct 1, 2010, at 4:31 PM, Eric Christopher wrote:

> Awesome!
> 
> On Oct 1, 2010, at 4:23 PM, Chris Lattner wrote:
> 
>> /Users/sabre/t.c:4:11: error: argument to '__builtin_ia32_pslldqi128' must be a
>>     constant integer
>> white2 = _mm_slli_si128(white2, N);
>>         ^~~~~~~~~~~~~~~~~~~~~~~~~
>> In file included from /Users/sabre/t.c:1:
>> /Volumes/Projects/cvs/llvm/Debug+Asserts/lib/clang/2.9/include/emmintrin.h:781:13: note: instantiated from:
>> ((__m128i)__builtin_ia32_pslldqi128((__m128i)(VEC), (IMM)*8))
>>           ^                                         ~~~~~~~
> 
> 
> Looks to not be pointing to the right arg though?

It's correct, see the mailing list archive if your font or mailer is off:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20100927/035071.html

-Chris



More information about the cfe-commits mailing list