Displaying 1 result from an estimated 1 matches for "v8qi".
Did you mean:
v8i
2011 Jun 30
1
[LLVMdev] sparse typedef int v8qi __attribute__ ((mode(V8QI))) warning
...ng...
libpbm3.c: In function 'packBitsWithMmxSse':
libpbm3.c:120: warning: specifying vector types with __attribute__ ((mode)) is deprecated
libpbm3.c:120: warning: use __attribute__ ((vector_size)) instead
whereas clang only produces...
libpbm3.c:120:38: error: unknown machine mode 'V8QI'
typedef int v8qi __attribute__ ((mode(V8QI)));
^
libpbm3.c:129:36: error: passing 'v8qi' (aka 'int') to parameter of incompatible type '__attribute__((__vector_size__(8 * sizeof(char)))) char'
__builtin_ia32_pcmpeqb(*...