Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thread,mingw64: need intrin.h header for SSE2 MemoryBarrier
Needed for compile with `-msse2` (such as implied by `-march=pentium4`) for the i686-w64-mingw64 target triple. This seems like a header mistake, but we can work-around it here by including the header explicitly. Refs: https://sourceforge.net/p/mingw-w64/bugs/712 PR-URL: libuv#2083 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Bartosz Sosnowski <[email protected]>
- Loading branch information