Add sse4.2 support to this test.

llvm-svn: 99052
This commit is contained in:
Eric Christopher 2010-03-20 07:48:45 +00:00
parent 08f135274d
commit 595ecbe5c4
1 changed files with 4 additions and 0 deletions

View File

@ -25,4 +25,8 @@
#include <smmintrin.h>
# endif
# if defined(__SSE4_2__)
#include <nmmintrin.h>
# endif
#endif