forked from OSchip/llvm-project
Following gcc, hide the hack to include the SSE2 intrinsics from
xmmintrin.h in an ifdef. llvm-svn: 73200
This commit is contained in:
parent
ea675cf6a3
commit
9d79bdaaad
|
@ -898,7 +898,10 @@ do { \
|
|||
(row3) = _mm_movelh_ps(tmp3, tmp1); \
|
||||
} while (0)
|
||||
|
||||
/* Ugly hack for backwards-compatibility (compatible with gcc) */
|
||||
#ifdef __SSE2__
|
||||
#include <emmintrin.h>
|
||||
#endif
|
||||
|
||||
#endif /* __SSE__ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue