aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c
deleted file mode 100644
index 30da548d9..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* { dg-do run } */
-/* { dg-require-effective-target sse4 } */
-/* { dg-options "-O2 -msse4.2" } */
-
-#define TYPE unsigned int
-#define POPCNT _mm_popcnt_u32
-
-#include "sse4_2-popcnt.h"