In file included from ../../third_party/skia/src/core/SkOpts.cpp:46: ../../third_party/skia\src/opts/SkRasterPipeline_opts.h(347,16): error: use of undeclared identifier '_mm256_fmadd_ps'; did you mean '_mm256_blendv_ps'? return _mm256_fmadd_ps(f,m,a); ^~~~~~~~~~~~~~~ _mm256_blendv_ps ..\..\third_party\llvm-build\Release+Asserts\lib\clang\14.0.0\include\avxintrin.h(1411,1): note: '_mm256_blendv_ps' declared here _mm256_blendv_ps(__m256 __a, __m256 __b, __m256 __c) ^ In file included from ../../third_party/skia/src/core/SkOpts.cpp:46: ../../third_party/skia\src/opts/SkRasterPipeline_opts.h(984,12): error: use of undeclared identifier '_mm256_cvtph_ps'; did you mean '_mm256_cvtpd_ps'? return _mm256_cvtph_ps(h); ^~~~~~~~~~~~~~~ _mm256_cvtpd_ps ..\..\third_party\llvm-build\Release+Asserts\lib\clang\14.0.0\include\avxintrin.h(2160,1): note: '_mm256_cvtpd_ps' declared here _mm256_cvtpd_ps(__m256d __a) ^ In file included from ../../third_party/skia/src/core/SkOpts.cpp:46: ../../third_party/skia\src/opts/SkRasterPipeline_opts.h(984,28): error: cannot initialize a parameter of type '__m256d' (vector of 4 'double' values) with an lvalue of type 'avx2::U16' (aka 'V') return _mm256_cvtph_ps(h); ^ ..\..\third_party\llvm-build\Release+Asserts\lib\clang\14.0.0\include\avxintrin.h(2160,25): note: passing argument to parameter '__a' here _mm256_cvtpd_ps(__m256d __a) ^ In file included from ../../third_party/skia/src/core/SkOpts.cpp:46: ../../third_party/skia\src/opts/SkRasterPipeline_opts.h(1005,12): error: use of undeclared identifier '_mm256_cvtps_ph' return _mm256_cvtps_ph(f, _MM_FROUND_CUR_DIRECTION);