aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c
deleted file mode 100644
index f1d3c3a6b..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_double_1.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* { dg-do run } */
-/* { dg-require-effective-target fma } */
-/* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma" } */
-
-/* Test that the compiler properly optimizes floating point multiply
- and add instructions into FMA3 instructions. */
-
-#define TYPE double
-
-#include "l_fma_1.h"
-
-#include "fma_run_double_results_1.h"
-
-#include "fma-check.h"
-#include "l_fma_main.h"