Closed aras-p closed 1 year ago
For me at least in VS2022 16.4, when using clang-cl (15.0), it does not build since some SSE3 or SSE4 intrinsics are being compiled, without including the headers that define them.
@aras-p Yep. That is the strange fix that we have been using in other projects. I will add CI tests for clang-cl.
Thanks!!!
Merging.
For me at least in VS2022 16.4, when using clang-cl (15.0), it does not build since some SSE3 or SSE4 intrinsics are being compiled, without including the headers that define them.