aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c')
-rw-r--r--gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c b/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
deleted file mode 100644
index 092032aa0..000000000
--- a/gcc-4.8/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-O3 -Wno-attributes -mfpmath=sse -mfma -mtune=generic" } */
-
-/* Test that the compiler properly optimizes floating point multiply
- and add instructions into FMA3 instructions. */
-
-#define TYPE double
-
-#include "l_fma_6.h"
-
-/* { dg-final { scan-assembler-times "vfmadd132pd" 8 } } */
-/* { dg-final { scan-assembler-times "vfmsub132pd" 8 } } */
-/* { dg-final { scan-assembler-times "vfnmadd132pd" 8 } } */
-/* { dg-final { scan-assembler-times "vfnmsub132pd" 8 } } */
-/* { dg-final { scan-assembler-times "vfmadd132sd" 32 } } */
-/* { dg-final { scan-assembler-times "vfmsub132sd" 32 } } */
-/* { dg-final { scan-assembler-times "vfnmadd132sd" 32 } } */
-/* { dg-final { scan-assembler-times "vfnmsub132sd" 32 } } */