Displaying 2 results from an estimated 2 matches for "__builtin_ia32_vpconflictsi_512".
Did you mean:
__builtin_ia32_vpconflictdi_512
2019 Feb 05
2
debugging installation problem
...512cdintrin.h:37:20: error: use of undeclared identifier '__builtin_ia32_vpconflictdi_512'
return (__m512i) __builtin_ia32_vpconflictdi_512 ((__v8di) __A);
^
<some directory>/lib/clang/stable/include/avx512cdintrin.h:59:20: error: use of undeclared identifier '__builtin_ia32_vpconflictsi_512'
return (__m512i) __builtin_ia32_vpconflictsi_512 ((__v16si) __A);
^
Any suggestions on what might be messed up in the build/installation?
(In other contexts I would delete all build directories and restart but in this workflow I know everything started from clean checkouts...
2019 Feb 05
2
debugging installation problem
...er '__builtin_ia32_vpconflictdi_512'
>
> return (__m512i) __builtin_ia32_vpconflictdi_512 ((__v8di) __A);
>
> ^
>
> <some directory>/lib/clang/stable/include/avx512cdintrin.h:59:20: error: use of undeclared identifier '__builtin_ia32_vpconflictsi_512'
>
> return (__m512i) __builtin_ia32_vpconflictsi_512 ((__v16si) __A);
>
> ^
>
> Any suggestions on what might be messed up in the build/installation?
>
> (In other contexts I would delete all build directories and res...