Vscode on Centos 7.7 does not recognize Intel AVX functions, errors about __mm256i
I want to use some avx2 functions by including <immintrin.h> library in my project; however, Vscode does not seem to recognize these functions, as it is showing that my project contains various identifier "__m256i" is undefined errors as the attached…