Displaying 5 results from an estimated 5 matches for "__builtin_ia32_vec_ext_v2si".
2014 Sep 30
2
[LLVMdev] size_t?
...les
(x86)\LLVM\msbuild-bin\..\lib\clang\3.6.0\include\mmintrin.h(52,40):
error : cannot initialize a parameter of type
'__attribute__((__vector_size__(2 * sizeof(int)))) int' (vector of 2
'int' values) with an rvalue of type '__v2si' (aka 'int')
1> return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
1> ^~~~~~~~~~~
I suspect that these might be caused by the same thing as the size_t
problem...
Regards,
Eric Mader
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/ll...
2014 Sep 30
2
[LLVMdev] size_t?
...b\clang\3.6.0\include\mmintrin.h(52,40):
> error : cannot initialize a parameter of type
> '__attribute__((__vector_size__(2 * sizeof(int)))) int' (vector of
> 2 'int' values) with an rvalue of type '__v2si' (aka 'int')
> 1> return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
> 1> ^~~~~~~~~~~
>
> I suspect that these might be caused by the same thing as the
> size_t problem...
>
> Regards,
> Eric Mader
>
>
>
>
> _______________________________________________
> LLVM Developers mailing...
2014 Oct 01
2
[LLVMdev] size_t?
...b\clang\3.6.0\include\mmintrin.h(52,40): error
>> : cannot initialize a parameter of type '__attribute__((__vector_size__(2 *
>> sizeof(int)))) int' (vector of 2 'int' values) with an rvalue of type
>> '__v2si' (aka 'int')
>> 1> return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
>> 1> ^~~~~~~~~~~
>>
>> I suspect that these might be caused by the same thing as the size_t
>> problem...
>>
>> Regards,
>> Eric Mader
>>
>>
>>
>>
>> ________________...
2014 Oct 01
2
[LLVMdev] size_t?
...clude\mmintrin.h(52,40): error
>>> : cannot initialize a parameter of type '__attribute__((__vector_size__(2 *
>>> sizeof(int)))) int' (vector of 2 'int' values) with an rvalue of type
>>> '__v2si' (aka 'int')
>>> 1> return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
>>> 1> ^~~~~~~~~~~
>>>
>>> I suspect that these might be caused by the same thing as the size_t
>>> problem...
>>>
>>> Regards,
>>> Eric Mader
>>>
>>>
>>...
2014 Sep 30
2
[LLVMdev] Windows Installer
I replaced all instances of "$(Platform)" with "x64" for the x64 .props
file and it still fails, so it looks like that guess was wrong as well.
Regards,
Eric
On 9/29/14, 2:11 PM, Eric Mader wrote:
> Quoting doesn't seem to make a difference. Strangely, the Win32
> toolset seems to work. (Where "work" means that clang runs and
> produces a bunch of