Displaying 2 results from an estimated 2 matches for "avx512cdintrin".
2019 Feb 05
2
debugging installation problem
...ed in the expected way in my environment but I am getting failures like this;
In file included from <some directory>/lib/clang/stable/include/x86intrin.h:29:
In file included from <some directory>/lib/clang/stable/include/immintrin.h:118:
<some directory>/lib/clang/stable/include/avx512cdintrin.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_i...
2019 Feb 05
2
debugging installation problem
...this;
>
>
>
> In file included from <some directory>/lib/clang/stable/include/x86intrin.h:29:
>
> In file included from <some directory>/lib/clang/stable/include/immintrin.h:118:
>
> <some directory>/lib/clang/stable/include/avx512cdintrin.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...