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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
