search for: __v16si

Displaying 2 results from an estimated 2 matches for "__v16si".

Did you mean: __v16sf
2019 Feb 05
2
debugging installation problem
...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) Thanks for any help david -------------- next part ------------...
2019 Feb 05
2
debugging installation problem
...i_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) >...