<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/91415>91415</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[BUG] 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')
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
onthegrid007
</td>
</tr>
</table>
<pre>
Hi I am trying to use clang to compile [https://github.com/luxonis/depthai-core](https://github.com/luxonis/depthai-core) and there is a reoccurring bug in many of the CPP files.
```
[16/28] Building CXX object CMakeFiles/XLink.dir/src/pc/protocols/usb_host.cpp.obj
FAILED: CMakeFiles/XLink.dir/src/pc/protocols/usb_host.cpp.obj
C:\PROGRA~1\LLVM\bin\CLANG_~1.EXE -DHAVE_STRUCT_TIMESPEC -DUSE_TCP_IP -DUSE_USB_VSC -DWIN32_LEAN_AND_MEAN -DXLINK_ENABLE_LIBUSB -D_CRT_SECURE_NO_WARNINGS -IC:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/cmake/../src/pc/Win/include -IC:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/cmake/../src/pc/protocols -IC:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/cmake/../include/XLink -IC:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/cmake/../include -isystem C:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Install/include -O3 -DNDEBUG -D_DLL -D_MT -Xclang --dependent-lib=msvcrt -std=c++14 -MD -MT CMakeFiles/XLink.dir/src/pc/protocols/usb_host.cpp.obj -MF CMakeFiles\XLink.dir\src\pc\protocols\usb_host.cpp.obj.d -o CMakeFiles/XLink.dir/src/pc/protocols/usb_host.cpp.obj -c C:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/src/pc/protocols/usb_host.cpp
In file included from C:/.hunter/_Base/cb0ea1f/42721b1/7f91c96/Build/XLink/Source/src/pc/protocols/usb_host.cpp:19:
In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\mutex:15:
In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\__msvc_chrono.hpp:11:
In file included from C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\include\limits:15:
In file included from C:\PROGRA~1\LLVM\lib\clang\16\include\intrin.h:20:
In file included from C:\PROGRA~1\LLVM\lib\clang\16\include\x86intrin.h:15:
In file included from C:\PROGRA~1\LLVM\lib\clang\16\include\immintrin.h:21:
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:71: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')
return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
^~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:133:43: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:163:43: 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')
return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:193:43: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:220:44: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:243:44: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:264:44: 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')
return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:291:44: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:314:44: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_punpcklwd((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:335:44: 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')
return (__m64)__builtin_ia32_punpckldq((__v2si)__m1, (__v2si)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:356:40: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_paddb((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:377:40: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_paddw((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:398: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')
return (__m64)__builtin_ia32_paddd((__v2si)__m1, (__v2si)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:420:41: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_paddsb((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:443:41: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_paddsw((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:465:42: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_paddusb((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:487:42: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_paddusw((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM\lib\clang\16\include\mmintrin.h:508:40: error: cannot initialize a parameter of type '__attribute__((__vector_size__(8 * sizeof(char)))) char' (vector of 8 'char' values) with an rvalue of type '__v8qi' (aka 'char')
return (__m64)__builtin_ia32_psubb((__v8qi)__m1, (__v8qi)__m2);
^~~~~~~~~~~~
C:\PROGRA~1\LLVM
\lib\clang\16\include\mmintrin.h:529:40: error: cannot initialize a parameter of type '__attribute__((__vector_size__(4 * sizeof(short)))) short' (vector of 4 'short' values) with an rvalue of type '__v4hi' (aka 'short')
return (__m64)__builtin_ia32_psubw((__v4hi)__m1, (__v4hi)__m2);
^~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
```
I can't figure out how this is occurring in a header file but I assume its due to a bug with clang, not the library itself... Any help would be appreciated...
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzsml9zm7jXx1-NfHMGBgSyzYUvbDBZz2O7mThJc8cIkI0aQKwkkmYv-tqfETh_t9tt07rj_DYeD1gCfY90PpwDeA5Viu9qxiaIzBCJBrTVhZATUeuC7STPHWc0SEV-N_mDwwJoBVre8XoHWkCrGGQl7RuZqBpeMkBkVmjdKORNEY4RjndcF21qZ6JCOC7bz6LmCuE4Z40uKLcyIRkiEcLjHx-GA6B1DrpgkgFXQEEykWWtlGaGabsDXkNF6zsQW3MWhKensOUlUzZyIuRM99uhs__2TTJzhwjHeIxIBLOWl7mRC6-uQKSfWKYhXNFrFhsdhOOrJa-v7ZxLhGMlM4TjpttIoUUmSnNKq9KkEErbWdPYIv3U24mni-U8Qt70p_WgFwyN80h4evbh5Gz6xUUkXC4vV4iEKa8RCcPldH2SfHHt-dUcrOiP6eU82ZyfXYTnyfliNd-czkOwoovNPDkPT5PF6b5xsZkllxtz6ONi7eFkOZ-uk-k6Slbz6Rqs6Gq5WP9fMl9PZ8t5slzMLjYzsKIkPDtPNvPw4myerD8kH6dn68X6ZAPWIuwR20Vba2YWmcyoYgjHWeow6m4Rjn08wm7qIhyPtoGbBYZGx-HePQjHG9HKrBtW0Wuzt-3nDvvIa4RjXmdlm7PfaPcB1KFt7pd2f95vMgcWV3dKswpeaW1RK03L8qniBw-saB3NZxcn5tKJlkuzW52DddXnF8vKWcPqnNXaKnmKvKhSN5nUYCmdIy_KEJ4hPHN9sFYRWKvznw8paxU_FSHhowgJjQgJm27zIELClyJ2Dpb4BVPJXuvrfyT7Hab7nLKou4QJe1Y5bKV4Nfqfmo43dQNj9t-mRcJTKXaSVnBPbsUzKZTYarjkqqUlbHSbc4FIiB2MTWYUVdXWXN8hEl6GiITnoge62nRN17e9wPY84gaIhPdxR8Kq1eyzmRg5sokliYmPJCukqIVd9N5zj2ySJa-4Vj_ivr_d2EwuIGGXI4yh4TN9XmvJa7tA3hQ7B7HweTx8YuRQy6iqpyt5pPg6uWdqI6PmG-cAk1JI8yOjdS008JprTkv-FwMKDZW0YprJ7kHqrmGA8ChJqNaSp61mSYLwGOFxktywTAuZKP5X34kB4SmYptgiPOa1Rjh4-ELXHgHC436g0TdDRvsDN7RsTd4M4JbrAmgNsut6Po8brPhehl7Tx-HGSOcqAADJdCtrSJK05aXmdcKph818E_ZZ7yX2a-h-B0lSIRyCY1S82V4IkfmXh88v4-B6ngHhHRCE_xyEKoR8jmLf8wKGGTZ6OPSdOPziBY57ga8B6WZbDf3O48_YNDS7Vuo2fVhSp2u4uAbMiz78z5x-IajhwUEdXcT8G6D89u-B8wTQQ9_vARS8R9LXQbXHFUm4uyf7_gFBjZ-Dygoqn3HqO15gMoNG90e-k9L4zxeU9uN_EFJbN9l1kT6GU6f7gtJD3--h1EXSQSm9xXDqSd3mxxRPQ__QpN7SnaknlP95RLcmHLjvGe8rlMqjyniee_A4erMZrzyqjOd55D3jvSR0VBnPI8ND_7_w1jIezfP0mLLdaHRoQm8x29H8yUvtEWS6YPyf-5_u23TyI8pyfv8m675nuaeE1DGlOb9_jT0kojea5tQx5Tl_2D3R4fdIeoqoPa5QGo8OzeiNhlJ7VLFEnIM_M7y1WFJteuhI2heQ_QgnY-m_9AS-d-p34XpNQH0DWr_dUk3LR19rIfoawa5HAau41iw3ZpQWTcPrHdTiFhCZWdvuHKurXEBehEj0VBg79xo7VjNJNcvtr1cY9kUCBjPCIw1bvmslA9FqKMQt6IIr4AoeSxl5DRQKRnMm-8KCtNWwAKpUWzHgWkHeMtACaFf12BHqLz4cgrmSdMGg5Kmk8s6czsqtbdswre-gYGUDt6Itc0gZ0KaRLOPd1G17kE-8PPACOmATd-QS13OHJBgUE59sh0EWOOM0oA5hzBnjbOiMg7FHvJSmwwGfYAf7DnHGjotHXmAPaRD4KRnnLB-7vuMi32EV5aVdljeVLeRuwJVq2SRwfZcMSpqyUnUlqRjX7Ba6gwhjRKKBnJgxVtruFPKdkiutHlU012VXyzq7OEEk-l99XRq0spx8q2C2vLnfWY0Un1imEY47LyqE487L_x8AAP__EYuOZg">