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

Eric Christopher echristo at apple.com
Fri Oct 1 16:31:17 PDT 2010


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?

-eric



More information about the cfe-commits mailing list