Guard inclusion of emmintrin.h with "#ifdef __SSE2__". The gcc version of this header, xmmintrin.h, and mmintrin.h check that the appropriate defines are set before defining anything (are internally guarded). However the clang versions of these includes are not internally guarded. As a result of this, externally guard the inclusion of these headers.fix-x86_32.x86-compilation
parent
56cc2ad446
commit
c37c087382
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue