inlining failed in call to always_inline '__m256d _mm256_broadcast_sd(const double*)'
问题 I'm trying to run a Visual Studio cpp project created by a friend of mine. I'm trying to run the file without VS. But I'm getting a list of errors, all in the same format: inlining failed in call to always_inline '__m256d _mm256_broadcast_sd(const double*)': target specific option mismatch| It runs correctly in VS with release mode and breaks when run in debug mode. The include s are as follows: #include "stdafx.h" #include <iostream> #include <stdio.h> #include <stdlib.h> #include <time.h>