Displaying 1 result from an estimated 1 matches for "__builtin_ia32_pmovmskb".
2011 Jun 30
1
[LLVMdev] sparse typedef int v8qi __attribute__ ((mode(V8QI))) warning
...8qi*) (&bitrow[col]), *(v8qi*) &zero64);
^~~~~~~~~~~~~~~~~~~~~~~
libpbm3.c:131:37: error: passing 'const v8qi' (aka 'const int') to parameter of incompatible type '__attribute__((__vector_size__(8 * sizeof(char)))) char'
__builtin_ia32_pmovmskb(compare);
^~~~~~~
which is much more cryptic. Any idea why this is the case?
Jack