summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/other/mmintrin.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/other/mmintrin.C')
-rw-r--r--gcc/testsuite/g++.dg/other/mmintrin.C5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/other/mmintrin.C b/gcc/testsuite/g++.dg/other/mmintrin.C
new file mode 100644
index 000000000..8315f93d3
--- /dev/null
+++ b/gcc/testsuite/g++.dg/other/mmintrin.C
@@ -0,0 +1,5 @@
+// { dg-do compile { target i?86-*-* x86_64-*-* } }
+// { dg-options "-msse" }
+// { dg-require-effective-target sse }
+
+#include <xmmintrin.h>