aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.c
deleted file mode 100644
index 5789867d3..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_run_float_3.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 float
-
-#include "l_fma_3.h"
-
-#include "fma_run_float_results_3.h"
-
-#include "fma-check.h"
-#include "l_fma_main.h"