I am trying to include a SIMD library into some other huge software library. And already after including the corresponding header #include "xsimd/xsimd.hpp"
I get following errors:
The problem is, I don't even have a clue where to start to look for solutions, since those errors sound too general to me. I already tried to use the XSimd library in some small example and it compiled just fine (using the same XSimd version, the same compiler, as well as the same C++14 standard).
Do you have any suggestions on how to approach the problem? Thanks in advance!