xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it

defining m128[id], at least.

llvm-svn: 73021
This commit is contained in:
Daniel Dunbar 2009-06-07 08:33:23 +00:00
parent 0d4234416f
commit fcec758f4e
1 changed files with 2 additions and 0 deletions

View File

@ -898,6 +898,8 @@ do { \
(row3) = _mm_movelh_ps(tmp3, tmp1); \
} while (0)
#include <emmintrin.h>
#endif /* __SSE__ */
#endif /* __XMMINTRIN_H */