1 | initial version |
I have a workaround. In cmake, it is possible to add "/D__SSE2__" to the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS. Obviously, this is a hack. I wonder if I should report this as a bug.
2 | update |
I have a workaround. In cmake, it is possible to add "/D__SSE2__" to the CMAKE_C_FLAGS and CMAKE_CXX_FLAGS. Obviously, this is a hack. I wonder if I should report this as a bug.
Meanwhile, I've seen that the problem does NOT arise when using Visual Studio 2010.